Use vscode watches for tsserver (#193848)

This commit is contained in:
Sheetal Nandi
2024-04-09 04:39:34 -07:00
committed by GitHub
parent e36423a09c
commit b2c4302323
11 changed files with 175 additions and 5 deletions

View File

@@ -172,4 +172,5 @@
"css.format.spaceAroundSelectorSeparator": true,
"inlineChat.mode": "live",
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.tsserver.experimental.useVsCodeWatcher": true
}