瀏覽代碼

chore: update cSpell configuration to use enabledFileTypes

daiwei 4 月之前
父節點
當前提交
e4f7aa7c41
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      .vscode/settings.json

+ 6 - 1
.vscode/settings.json

@@ -2,7 +2,12 @@
   // Use the project's typescript version
   "typescript.tsdk": "node_modules/typescript/lib",
 
-  "cSpell.enabledLanguageIds": ["markdown", "plaintext", "text", "yml"],
+  "cSpell.enabledFileTypes": {
+    "markdown": true,
+    "plaintext": true,
+    "text": true,
+    "yml": true
+  },
 
   // Use prettier to format TypeScript, JavaScript and JSON files
   "[typescript]": {