Skip to content

Commit

Permalink
Merge pull request #20123 from apache/workspace-ts-prompt
Browse files Browse the repository at this point in the history
chore: enable prompt to use typescript from workspace
  • Loading branch information
Ovilia authored Jul 11, 2024
2 parents 369cb03 + 35fa0cb commit c329192
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"typescript.tsdk": "./node_modules/typescript/lib"
}
"typescript.tsdk": "./node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}

0 comments on commit c329192

Please sign in to comment.