alnoda-workspaces/workspaces/go-workspace/settings.json
2022-10-30 18:02:12 +00:00

9 lines
220 B
JSON

{
"workbench.colorTheme": "Alabaster",
"git-graph.maxDepthOfRepoSearch": 3,
"gopls": {
"experimentalWorkspaceModule": true,
"ui.semanticTokens": true
},
"go.formatTool": "goreturns"
}