neko/.vscode/settings.json

15 lines
282 B
JSON
Raw Normal View History

{
2021-02-21 12:40:52 +13:00
"go.formatTool": "goformat",
"go.inferGopath": false,
"go.autocompleteUnimportedPackages": true,
"go.delveConfig": {
2022-02-10 11:10:29 +13:00
"useApiV1": false
2021-02-21 12:40:52 +13:00
},
"[go]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
}
2021-02-21 12:40:52 +13:00
}