{
"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. python程序封装成exe流程

    在学习python的过程中,在IDE编写完成py项目,运行成功想要封装成exe,方便分享给不同的人即使别人没有安装python也可以使用. 封装的过程中遇到一些问题,记录一下,方便自己和他人查阅. 以 ...

  2. 【2019.8.20 NOIP模拟赛 T3】小X的图(history)(可持久化并查集)

    可持久化并查集 显然是可持久化并查集裸题吧... 就是题面长得有点恶心,被闪指导狂喷. 对于\(K\)操作,直接\(O(1)\)赋值修改. 对于\(R\)操作,并查集上直接连边. 对于\(T\)操作, ...

  3. 第04组 Beta冲刺(5/5)

    队名:new game 组长博客 作业博客 组员情况 鲍子涵(队长) 过去两天完成了哪些任务 动画优化 接下来的计划 等待答辩 还剩下哪些任务 让游戏本体运行 遇到了哪些困难 时间太少了 有哪些收获和 ...

  4. 深入Pytorch微分传参

    导数 这段代码揭示了多个变量的微分以及如何求解loss为向量的导数 m1 = Variable(torch.ones((3,2)), requires_grad=True) m2 = Variable ...

  5. 史上最全HashMap遍历方式

    java Hashmap Map TreeMap 的几种遍历方式,全网最全,全网最强 package Collec2; import java.util.HashMap; import java.ut ...

  6. 2018-12-25-win10-uwp-通知列表

    原文:2018-12-25-win10-uwp-通知列表 title author date CreateTime categories win10 uwp 通知列表 lindexi 2018-12- ...

  7. windows环境下安装配置MongoDB

    版本选择MongoDB的版本命名规范如:x.y.z: y为奇数时表示当前版本为开发版,如:2.3.0.2.1.1: y为偶数时表示当前版本为稳定版,如:2.0.1.2.2.0: 目前官网上最新的版本为 ...

  8. springBoot 集成Mysql数据库

    springBoot 集成Mysql数据库 前一段时间,我们大体介绍过SpringBoot,想必大家还有依稀的印象.我们先来回顾一下:SpringBoot是目前java世界最流行的一个企业级解决方案框 ...

  9. HTML5新标签与特性---多媒体

    多媒体标签 embed:标签定义嵌入的内容 audio:播放音频 video:播放视频 多媒体 embed(会使用) embed可以用来插入各种多媒体,格式可以是 Midi.Wav.AIFF.AU.M ...

  10. 权限管理——ACL权限

    权限管理 ACL权限 用于解决用户对文件身份不足 命令:[root@localhost ~]#dumpe2fs -h /dev/sd3 作用:查询指定分区详细的文件系统给信息 选项 -h:仅显示超级块 ...