Skip to content

Commit 6d41362

Browse files
committed
Configure correct TypeScript version to use in VS Code
1 parent 7f65a54 commit 6d41362

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"common/temp": true,
2323
"**/.vscode-test": true
2424
},
25-
"typescript.tsdk": "./common/temp/node_modules/typescript/lib", // we want to use the TS server from our node_modules folder to control its version
25+
"typescript.tsdk": "./extensions/ql-vscode/node_modules/typescript/lib", // we want to use the TS server from our node_modules folder to control its version
26+
"typescript.enablePromptUseWorkspaceTsdk": true,
2627
"eslint.validate": [
2728
"javascript",
2829
"javascriptreact",

0 commit comments

Comments
 (0)