1 parent 242fb7d commit 12b0bc9Copy full SHA for 12b0bc9
1 file changed
home/symlinked/code_settings.json
@@ -108,7 +108,7 @@
108
// "go.autocompleteUnimportedPackages": true,
109
// "go.useCodeSnippetsOnFunctionSuggest": true,
110
// "go.docsTool": "gogetdoc",
111
- "go.formatTool": "gofumpt",
+ // "go.formatTool": "gofumpt", // enabled on the server side
112
"go.formatFlags": [
113
"-w"
114
],
@@ -130,7 +130,7 @@
130
"transform": "camelcase"
131
},
132
"go.toolsEnvVars": {
133
- "GOEXPERIMENT": "synctest,jsonv2"
+ "GOEXPERIMENT": "jsonv2"
134
135
"go.useLanguageServer": true,
136
// "go.languageServerExperimentalFeatures": {
@@ -428,8 +428,7 @@
428
"*": false,
429
"plaintext": false,
430
"markdown": false,
431
- "scminput": false,
432
- "go": true
+ "scminput": false
433
434
"[dockercompose]": {
435
"editor.insertSpaces": true,
0 commit comments