mirror of
https://github.com/kerberos-io/onvif.git
synced 2026-08-23 15:08:33 +00:00
18 lines
481 B
JSON
18 lines
481 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"extensions.ignoreRecommendations": true,
|
|
"go.languageServerFlags": [],
|
|
"go.lintOnSave": "file",
|
|
"go.vetOnSave": "package",
|
|
"go.useCodeSnippetsOnFunctionSuggest": true,
|
|
"go.testFlags": ["-v"],
|
|
"go.testTimeout": "10s",
|
|
"go.formatTool": "goimports",
|
|
"cSpell.allowCompoundWords": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit"
|
|
},
|
|
"cSpell.words": [
|
|
"wsdiscovery"
|
|
]
|
|
} |