2020-12-28 01:36:08 -08:00
|
|
|
{
|
2021-10-18 04:38:10 -07:00
|
|
|
"go.lintTool": "golangci-lint",
|
2021-11-03 00:19:43 -07:00
|
|
|
"go.useLanguageServer": true,
|
|
|
|
"go.lintFlags": ["--fast"],
|
2021-10-18 04:38:10 -07:00
|
|
|
"go.testOnSave": true,
|
|
|
|
"[go]": {
|
2021-11-03 00:19:43 -07:00
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
"source.organizeImports": true
|
|
|
|
}
|
2021-11-01 23:45:27 -07:00
|
|
|
},
|
|
|
|
"go.formatTool": "gofmt",
|
2022-06-03 11:28:37 -07:00
|
|
|
"go.formatFlags": [
|
|
|
|
"-s"
|
|
|
|
],
|
2022-01-09 11:24:47 -08:00
|
|
|
"azureFunctions.deploySubpath": "docs/api",
|
|
|
|
"azureFunctions.postDeployTask": "npm install (functions)",
|
|
|
|
"azureFunctions.projectLanguage": "JavaScript",
|
|
|
|
"azureFunctions.projectRuntime": "~4",
|
|
|
|
"debug.internalConsoleOptions": "neverOpen",
|
|
|
|
"azureFunctions.projectSubpath": "docs/api",
|
|
|
|
"azureFunctions.preDeployTask": "npm prune (functions)"
|
2020-12-28 01:36:08 -08:00
|
|
|
}
|