joshuar-go-hass-agent/.vscode/settings.json

45 lines
1.0 KiB
JSON

{
"conventionalCommits.scopes": [
"github",
"agent",
"vscode",
"ui",
"go",
"tracker",
"devcontainer",
"linux/hwmon",
"linux",
"scripts",
"container",
"preferences",
"cmd",
"hass",
"dbusx",
"device",
"codecov",
"translations",
"logging",
"linux/proc",
"git",
"mage",
"commands",
"cli",
"packaging",
"upgrade"
],
"go.testFlags": ["-v"],
"[markdown]": {
"editor.defaultFormatter": "yzhang.markdown-all-in-one",
"editor.unicodeHighlight.ambiguousCharacters": false,
"editor.unicodeHighlight.invisibleCharacters": false,
"diffEditor.ignoreTrimWhitespace": false,
"editor.wordWrap": "on",
"editor.trimAutoWhitespace": true,
"editor.quickSuggestions": {
"comments": "off",
"strings": "off",
"other": "off"
}
}
}