chore(vscode): update settings

This commit is contained in:
Simon
2026-01-21 14:32:08 +08:00
parent a18ebfd6c1
commit 52454305fb

View File

@@ -1,5 +1,4 @@
{ {
"editor.fontLigatures": true,
"cSpell.words": [ "cSpell.words": [
"deepseek", "deepseek",
"historychange", "historychange",
@@ -16,6 +15,9 @@
"statuschange", "statuschange",
"wouter" "wouter"
], ],
"files.exclude": {
"packages/*/node_modules": true,
},
"markdownlint.config": { "markdownlint.config": {
// "comment": "Relaxed rules", // "comment": "Relaxed rules",
"default": true, "default": true,