Enable typescript.enablePromptUseWorkspaceTsdk in repo (#204381)

This will prompt users to switch to the workspace version on first open of the workspace
This commit is contained in:
Matt Bierner
2024-02-05 09:15:18 -08:00
committed by GitHub
parent f65e516693
commit 857bfa63e4
+1
View File
@@ -171,4 +171,5 @@
"css.format.spaceAroundSelectorSeparator": true,
"inlineChat.mode": "live",
"testing.defaultGutterClickAction": "contextMenu",
"typescript.enablePromptUseWorkspaceTsdk": true,
}