From 5581486e56c035c149814452c1b97a29763c105c Mon Sep 17 00:00:00 2001 From: RYGRIT Date: Fri, 20 Mar 2026 09:58:00 +0800 Subject: [PATCH] chore: migrate deprecated typescript.tsdk to js/ts.tsdk.path --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2b0dd5963e..ead94c6acf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,7 +3,7 @@ "editor.formatOnSave": true, "i18n-ally.keystyle": "nested", "i18n-ally.localesPaths": ["./i18n/locales"], - "typescript.tsdk": "node_modules/typescript/lib", + "js/ts.tsdk.path": "node_modules/typescript/lib", "explorer.fileNesting.enabled": true, "explorer.fileNesting.patterns": { "*.vue": "${capture}.stories.ts"