chore(config): 🧑💻 update vscode config
This commit is contained in:
parent
38b92eb894
commit
f769619705
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
|
@ -14,9 +14,11 @@
|
|||
"[javascript]": {
|
||||
"editor.defaultFormatter": "denoland.vscode-deno"
|
||||
},
|
||||
"explorer.fileNesting.patterns": {
|
||||
"*.tsx": "${capture}.*"
|
||||
},
|
||||
"cSpell.words": ["univoq"],
|
||||
"cssvar.enable": true,
|
||||
"cssvar.files": [
|
||||
"./_fresh/*"
|
||||
]
|
||||
"cssvar.files": ["./_fresh/*"],
|
||||
"conventionalCommits.scopes": ["css", "config"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue