From: btea <2356281422@qq.com> Date: Mon, 10 Aug 2026 09:44:25 +0000 (+0800) Subject: chore: update vscode ts settings (#15250) X-Git-Url: http://git.ipfire.org/index.cgi?a=commitdiff_plain;ds=sidebyside;p=thirdparty%2Fvuejs%2Fcore.git chore: update vscode ts settings (#15250) --- diff --git a/.vscode/settings.json b/.vscode/settings.json index fa3fa65efa..733c1b4285 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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"