소스 검색

feat: vscode 插件配置

BaiLuoYan 3 달 전
부모
커밋
55a5e46be4
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      .vscode/settings.json

+ 10 - 0
.vscode/settings.json

@@ -1,5 +1,15 @@
 {
     "typescript.tsdk": "node_modules/typescript/lib",
+    "typescript.preferences.includePackageJsonAutoImports": "on",
+    "typescript.updateImportsOnFileMove.enabled": "always",
+    "typescript.tsserver.watchOptions": {
+        "watchFile": "useFsEvents",
+        "watchDirectory": "useFsEvents",
+        "fallbackPolling": "dynamicPriority",
+        "synchronousWatchDirectory": true,
+        "excludeDirectories": ["**/node_modules", "**/dist", "**/.git"]
+    },
+    "typescript.tsserver.experimental.enableProjectDiagnostics": true,
     "i18n-ally.localesPaths": [
         "src/locales"
     ],