소스 검색

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]": {