{
"window.zoomLevel": 1,
"editor.fontSize": 15,
//"files.autoSave": "onFocusChange",
//"editor.fontWeight": "800",
// "go.goroot": "c:\\Go\\",
//"go.gopath": "D:\\go",
"gitlens.advanced.messages": {
"suppressFileNotUnderSourceControlWarning": true,
"suppressLineUncommittedWarning": true,
"suppressShowKeyBindingsNotice": true
},
"git.ignoreMissingGitWarning": true,
//"files.autoSave": "onFocusChange",
"files.encoding": "utf8",
"files.trimTrailingWhitespace": false,
"files.autoSaveDelay": 1000,
// 保存代码时自动编译
"go.buildOnSave":"off",
// 保存代码时优化
"go.lintOnSave":"package",
// 保存代码时检查潜在错误
"go.vetOnSave":"package",
// 保存代码时执行测试
"go.coverOnSave":false,
"go.useCodeSnippetsOnFunctionSuggest":true,
"go.useCodeSnippetsOnFunctionSuggestWithoutType":true,
// 代码格式化
"go.formatTool":"goreturns",
"go.gocodePackageLookupMode":"go",
"go.gotoSymbol.includeImports":true,
"go.docsTool":"godoc",
"go.inferGopath":true,
"go.useLanguageServer":true,
"go.autocompleteUnimportedPackages":true,
// go语言安装环境目录
"go.goroot":"C:\\Go\\",
// go语言工作目录
"go.gopath":"d:\\go",
"go.geocoderAutoBuild":false,
//"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
"explorer.confirmDelete": false,
//"liveServer.settings.donotShowInfoMsg": true,
"editor.wordWrapColumn": 3000,
"editor.wrappingIndent": "none",
"debug.allowBreakpointsEverywhere": true,
"debug.enableAllHovers": true,
"debug.inlineValues": true,
"debug.internalConsoleOptions": "neverOpen",
"debug.openDebug": "neverOpen",
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
"liveServer.settings.donotVerifyTags": true, // "workbench.colorTheme": "Monokai",
"workbench.iconTheme": "vscode-icons",
//"vsicons.dontShowNewVersionMessage": true,
"editor.suggestSelection": "first",
// "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"cSpell.userWords": [
"avue",
"bvue",
"goroot"
],
"terminal.integrated.rendererType": "dom",
"files.autoSave": "off",
"git.autoStash": true,
"git.path":"D:\\Git\\bin\\git.exe",
"gitlens.gitCommands.closeOnFocusOut": true,
// "terminal.integrated.shell.windows": "D:\\Git\\bin\\bash.exe", "terminal.integrated.shellArgs.windows": [
"d:\\Git\\bin\\bash.exe",
],
// "terminal.integrated.shell.windows": "c:\\Go\\bin\\go.exe"
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe" }

  

{

    "window.zoomLevel": ,
    "editor.fontSize": ,
    //"files.autoSave": "onFocusChange",
    //"editor.fontWeight": "800",
   // "go.goroot": "c:\\Go\\",
    //"go.gopath": "D:\\go",
    "gitlens.advanced.messages": {
        "suppressFileNotUnderSourceControlWarning": true,
        "suppressLineUncommittedWarning": true,
        "suppressShowKeyBindingsNotice": true
    },
    "git.ignoreMissingGitWarning": true,
    //"files.autoSave": "onFocusChange",
    "files.encoding": "utf8",
    "files.trimTrailingWhitespace": false,
    "files.autoSaveDelay": , 
    // 保存代码时自动编译
    "go.buildOnSave":"off",
    // 保存代码时优化
    "go.lintOnSave":"package",
    // 保存代码时检查潜在错误
    "go.vetOnSave":"package",
    // 保存代码时执行测试
    "go.coverOnSave":false,
    "go.useCodeSnippetsOnFunctionSuggest":true,
    "go.useCodeSnippetsOnFunctionSuggestWithoutType":true,
    // 代码格式化
    "go.formatTool":"goreturns",
    "go.gocodePackageLookupMode":"go",
    "go.gotoSymbol.includeImports":true,
    "go.docsTool":"godoc",
    "go.inferGopath":true,
    "go.useLanguageServer":true,
    "go.autocompleteUnimportedPackages":true,
     // go语言安装环境目录
    "go.goroot":"C:\\Go\\",
     // go语言工作目录
    "go.gopath":"d:\\go",
    "go.geocoderAutoBuild":false,
    //"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
    "explorer.confirmDelete": false,
    //"liveServer.settings.donotShowInfoMsg": true,
    "editor.wordWrapColumn": ,
    "editor.wrappingIndent": "none",
    "debug.allowBreakpointsEverywhere": true,
    "debug.enableAllHovers": true,
    "debug.inlineValues": true,
    "debug.internalConsoleOptions": "neverOpen",
    "debug.openDebug": "neverOpen",
    "atomKeymap.promptV3Features": true,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.formatOnPaste": true,
    "liveServer.settings.donotVerifyTags": true,
    
   // "workbench.colorTheme": "Monokai",
    "workbench.iconTheme": "vscode-icons",
    //"vsicons.dontShowNewVersionMessage": true,
    "editor.suggestSelection": "first",
   // "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "cSpell.userWords": [
        "avue",
        "bvue",
        "goroot"
    ],
    "terminal.integrated.rendererType": "dom",
    "files.autoSave": "off",
    "git.autoStash": true,
    "git.path":"D:\\Git\\bin\\git.exe",
    "gitlens.gitCommands.closeOnFocusOut": true,
   // "terminal.integrated.shell.windows": "D:\\Git\\bin\\bash.exe",
    
    "terminal.integrated.shellArgs.windows": [
        "d:\\Git\\bin\\bash.exe",
    ],
   // "terminal.integrated.shell.windows": "c:\\Go\\bin\\go.exe"
    "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe"
    
   
}
       
    
{
    "window.zoomLevel": ,
    "editor.fontSize": ,
    //"files.autoSave": "onFocusChange",
    //"editor.fontWeight": "800",
   // "go.goroot": "c:\\Go\\",
    //"go.gopath": "D:\\go",
    "gitlens.advanced.messages": {
        "suppressFileNotUnderSourceControlWarning": true,
        "suppressLineUncommittedWarning": true,
        "suppressShowKeyBindingsNotice": true
    },
    "git.ignoreMissingGitWarning": true,
    //"files.autoSave": "onFocusChange",
    "files.encoding": "utf8",
    "files.trimTrailingWhitespace": false,
    "files.autoSaveDelay": , 
    // 保存代码时自动编译
    "go.buildOnSave":"off",
    // 保存代码时优化
    "go.lintOnSave":"package",
    // 保存代码时检查潜在错误
    "go.vetOnSave":"package",
    // 保存代码时执行测试
    "go.coverOnSave":false,
    "go.useCodeSnippetsOnFunctionSuggest":true,
    "go.useCodeSnippetsOnFunctionSuggestWithoutType":true,
    // 代码格式化
    "go.formatTool":"goreturns",
    "go.gocodePackageLookupMode":"go",
    "go.gotoSymbol.includeImports":true,
    "go.docsTool":"godoc",
    "go.inferGopath":true,
    "go.useLanguageServer":true,
    "go.autocompleteUnimportedPackages":true,
     // go语言安装环境目录
    "go.goroot":"C:\\Go\\",
     // go语言工作目录
    "go.gopath":"d:\\go",
    "go.geocoderAutoBuild":false,
    //"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
    "explorer.confirmDelete": false,
    //"liveServer.settings.donotShowInfoMsg": true,
    "editor.wordWrapColumn": ,
    "editor.wrappingIndent": "none",
    "debug.allowBreakpointsEverywhere": true,
    "debug.enableAllHovers": true,
    "debug.inlineValues": true,
    "debug.internalConsoleOptions": "neverOpen",
    "debug.openDebug": "neverOpen",
    "atomKeymap.promptV3Features": true,
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.formatOnPaste": true,
    "liveServer.settings.donotVerifyTags": true,
    
   // "workbench.colorTheme": "Monokai",
    "workbench.iconTheme": "vscode-icons",
    //"vsicons.dontShowNewVersionMessage": true,
    "editor.suggestSelection": "first",
   // "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "cSpell.userWords": [
        "avue",
        "bvue",
        "goroot"
    ],
    "terminal.integrated.rendererType": "dom",
    "files.autoSave": "off",
    "git.autoStash": true,
    "git.path":"D:\\Git\\bin\\git.exe",
    "gitlens.gitCommands.closeOnFocusOut": true,
   // "terminal.integrated.shell.windows": "D:\\Git\\bin\\bash.exe",
    
    "terminal.integrated.shellArgs.windows": [
        "d:\\Git\\bin\\bash.exe",
    ],
   // "terminal.integrated.shell.windows": "c:\\Go\\bin\\go.exe"
    "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe"   
   
}      
    
 

vs code 中配置git go的更多相关文章

  1. Visual Studio Code中配置GO开发环境

    在Visual Studio Code中配置GO开发环境 一.GO语言安装 详情查看:GO语言下载.安装.配置 二.GoLang插件介绍 对于Visual Studio Code开发工具,有一款优秀的 ...

  2. 如何在"Visual Studio Code"中使用" Git" 进行版本控制

    如何在"Visual Studio Code"中使用" Git" 进行版本控制 本来认为此类教程,肯定是满网飞了.今天首次使用VS Code的Git功能,翻遍了 ...

  3. 在PHPstorm编辑器中配置git环境

    在phpstorm编辑器中配置git环境,使得编程人员从git仓库中提交代码,克隆代码,,,更佳便利快捷,有利于提高项目的质量和效率 工具/原料   phpstorm编辑器,git客户端 win7或w ...

  4. Git(一):Eclipse中配置Git

    在Eclipse中配置Git: 一,由于我使用的是新版本的eclipse j2ee 4.4默认集成git,所以不用手动安装git插件 二,Eclipse配置基础信息.Windows->Prefe ...

  5. vscode中配置git

    vscode中配置git vscode 报错 未找到Git.请安装Git,或在"git.path" 设置中配置 第一步安装git git安装方法自行解决,提供git下载连接! gi ...

  6. VS Code中配置python版本以及Python多版本

    VS Code中配置python版本VS Code十分方便配置python的版本:可以选在在本地setting.json或者全局setting.json文件中配置:python.pythonPath在 ...

  7. IDEA中配置Git,在Github上clone项目到IDEA

    一.安装git 1.用homebrew安装git 运行以下命令安装 brew install git 默认的安装位置是 /usr/local/Cellar目录中(后面会用到) 二.在idea中配置Gi ...

  8. 在Visual Studio Code 中配置Python 中文乱码问题

    在Visual Studio Code 中配置Python 中文乱码问题 方法一:直接代码修改字符集 添加前四行代码 import io import sys #改变标准输出的默认编码 sys.std ...

  9. 在Visual Studio Code中配置GO开发环境

    一.GO语言安装 详情查看:GO语言下载.安装.配置 二.GoLang插件介绍 对于Visual Studio Code开发工具,有一款优秀的GoLang插件,它的主页为:https://github ...

随机推荐

  1. 开发工具IntelliJ IDEA

    开发工具概述 IDEA是一个专门针对Java的集成开发工具(IDE),由Java语言编写.所以,需要有JRE运行环境并配置好环境变量.它可以极大地提升我们的开发效率.可以自动编译,检查错误.在公司中, ...

  2. 洛谷 P5686 [CSP-SJX2019]和积和

    传送门 思路 应用多个前缀和推出式子即可 \(30pts\): 首先如果暴力算的话很简单,直接套三层循环就好了(真的是三层!!最后两个\(sigma\)一起算就好了) \[\sum_{l = 1}^{ ...

  3. Docker&K8S&持续集成与容器管理--系列教程

    前言 网络虚拟化 一 Docker简介 Docker介绍  → B站视频链接 Docker架构  → B站视频链接 二 Docker安装 Ubuntu Docker 安装 CentOS Docker ...

  4. celery定时器

    Celery 1.什么是Clelery Celery是一个简单.灵活且可靠的,处理大量消息的分布式系统 专注于实时处理的异步任务队列 同时也支持任务调度 Celery架构 Celery的架构由三部分组 ...

  5. Vs Code 2019软件安装教程及常用的入门设置

    小编认为VsCode是一款非常好用的编辑器,插件丰富,支持的语言种类非常多.我所使用VsCode主要打一些前端的代码,自己感觉very good. 点击运行. 按图所示操作. 安装教程很简单的,主要是 ...

  6. 【MySQL报错】ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot execute this statement

    ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot exec ...

  7. Kettle-动态数据链接,使JOB得以复用

    动态数据连接,使JOB得以复用 背景 移动执法系统在目前的主要的部署策略为1+N的方式,即总队部署一套,地市各部署一套,且基本都在环保专网.各地市的业务数据需要推送到总队系统,以便总队系统做整体的监督 ...

  8. 数据库——SQL-SERVER CREATE-TABLES

    给出数据库实验所需要的“CREATE-TABLES.SQL”文件 use master go if exists (select * from dbo.sysdatabases where name ...

  9. 转:mysqld与mysqld_safe的区别

    mysqld_safe与mysqld区别,直接运行mysqld程序来启动MySQL服务的方法很少见,mysqld_safe脚本会在启动MySQL服务器后继续监控其运行情况,并在其死机时重新启动它. 用 ...

  10. PHP获取网址详情页的内容导出到WORD文件

    亲自测试效果一般, css的样式文件获取不到 如果没有特殊的样式  或者是内容里面包括样式的  直接输出有样式的内容 然后导出  这样还是可以的 class word { function start ...