58 lines
1.2 KiB
JSON
58 lines
1.2 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",
|
|
"README",
|
|
"linux/net",
|
|
"linux/media",
|
|
"agent/sensor",
|
|
"linux/cpu",
|
|
"linux/system",
|
|
"linux/mem",
|
|
"BREAKING_CHANGES",
|
|
"linux/power",
|
|
"linux/battery"
|
|
],
|
|
"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"
|
|
}
|
|
},
|
|
"licenser.author": "Joshua Rich <joshua.rich@gmail.com>",
|
|
"licenser.license": "MIT",
|
|
"licenser.useSPDXLicenseFormat": true
|
|
}
|