From 35fa0cb7051da0a10bbc5deb5b91d67f1e253782 Mon Sep 17 00:00:00 2001 From: plainheart Date: Mon, 8 Jul 2024 10:54:45 +0800 Subject: [PATCH] chore: enable prompt to use typescript from workspace --- .vscode/settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index c7c1623bc4..68348ac459 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,4 @@ { - "typescript.tsdk": "./node_modules/typescript/lib" -} \ No newline at end of file + "typescript.tsdk": "./node_modules/typescript/lib", + "typescript.enablePromptUseWorkspaceTsdk": true +}