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 }