From 264feb6d08d0b463782a180a936a6bb0d7098027 Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Mon, 3 Mar 2025 23:12:50 +0800 Subject: [PATCH] chore: update vscode settings (#7537) --- .vscode/settings.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f7ee9a14c..59df7dffb 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,7 +5,7 @@ ], // Enable the ESlint flat config support - "eslint.experimental.useFlatConfig": true, + "eslint.useFlatConfig": true, // Disable the default formatter, use eslint instead "prettier.enable": false, @@ -46,5 +46,7 @@ "jsonc", "yaml" ], - "testing.automaticallyOpenTestResults": "neverOpen" + "testing.automaticallyOpenTestResults": "neverOpen", + // Use the project's typescript version + "typescript.tsdk": "node_modules/typescript/lib" } -- 2.51.2