Skip to content

Commit

Permalink
Use bingo language server for Go in VS Code. https://github.com/Micro…
Browse files Browse the repository at this point in the history
  • Loading branch information
wooque committed Mar 9, 2019
1 parent 62d5ad6 commit 62964c3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .config/Code - OSS/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,24 @@
"git.enableSmartCommit": true,
"workbench.colorTheme": "Monokai Dimmed",
"go.lintOnSave": "off",
"go.alternateTools": {
"go-langserver": "bingo"
},
"go.useLanguageServer": true,
"go.languageServerFlags": ["-format-style=goimports"],
"go.languageServerExperimentalFeatures": {
"format": true,
"autoComplete": true,
"rename": true,
"goToDefinition": true,
"hover": true,
"signatureHelp": true,
"goToTypeDefinition": true,
"goToImplementation": true,
"documentSymbols": true,
"workspaceSymbols": true,
"findReferences": true
},
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"window.titleBarStyle": "custom",
Expand Down

0 comments on commit 62964c3

Please sign in to comment.