neko/.vscode/settings.json

14 lines
257 B
JSON
Raw Normal View History

{
2021-02-21 12:40:52 +13:00
"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": {
2024-01-27 07:34:09 +13:00
"source.organizeImports": "explicit"
}
}
2021-02-21 12:40:52 +13:00
}