From 1642b56e0be45350b7a94aed39dab8dd0b95af8f Mon Sep 17 00:00:00 2001 From: bluwy Date: Thu, 7 May 2026 13:46:03 +0800 Subject: [PATCH] chore: update vscode settings deprecated key --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 25fa6215..512ff90b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "typescript.tsdk": "node_modules/typescript/lib" + "js/ts.tsdk.path": "node_modules/typescript/lib" }