Files
onvif/.vscode/settings.json
2025-05-20 10:14:19 +00:00

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"
]
}