我的vscode配置

2018-12-10  本文已影响0人  凯文不上班
{
    "workbench.startupEditor": "newUntitledFile",
    "editor.fontSize": 22,
    "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
    "window.zoomLevel": 0,
    "extensions.ignoreRecommendations": false,
    "go.liveErrors": {
        "enabled": true,
        "delay": 500
    },
    "go.toolsGopath": "E:/golang/global",
    "go.inferGopath": true,
    "go.useCodeSnippetsOnFunctionSuggest": true,
    "go.autocompleteUnimportedPackages": true,
    "http.proxy": "http://xxxxx:8080",
    "workbench.editor.enablePreview": false,
}
上一篇 下一篇

猜你喜欢

热点阅读