]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: update vscode ts settings (#15250) main
authorbtea <2356281422@qq.com>
Mon, 10 Aug 2026 09:44:25 +0000 (17:44 +0800)
committerGitHub <noreply@github.com>
Mon, 10 Aug 2026 09:44:25 +0000 (17:44 +0800)
.vscode/settings.json

index fa3fa65efafa2fb8f0850975875950d8c12a4af3..733c1b42852b297f3d4539955ab200f0e7094d40 100644 (file)
@@ -1,9 +1,7 @@
 {
   // Use the project's typescript version
-  "typescript.tsdk": "node_modules/typescript/lib",
-
+  "js/ts.tsdk.path": "node_modules/typescript/lib",
   "cSpell.enabledLanguageIds": ["markdown", "plaintext", "text", "yml"],
-
   // Use prettier to format TypeScript, JavaScript and JSON files
   "[typescript]": {
     "editor.defaultFormatter": "esbenp.prettier-vscode"