From 6fed95b3653eabd1be8bc18a1bc83557afb62239 Mon Sep 17 00:00:00 2001 From: Simon <10131203+gaomeng1900@users.noreply.github.com> Date: Mon, 13 Apr 2026 15:23:35 +0800 Subject: [PATCH] chore: enable workspace TypeScript SDK prompt --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ccb00a8..b57a9cb 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -37,5 +37,6 @@ "no-duplicate-heading": false }, "js/ts.tsdk.path": "node_modules/typescript/lib", - "typescript.tsdk": "node_modules/typescript/lib" + "typescript.tsdk": "node_modules/typescript/lib", + "typescript.enablePromptUseWorkspaceTsdk": true }