ts - enable use code watcher by default (#213450)

This commit is contained in:
Benjamin Pasero
2024-05-25 12:48:33 +02:00
committed by GitHub
parent 3e8b60f276
commit 2188b46e88
4 changed files with 5 additions and 8 deletions

View File

@@ -1177,10 +1177,7 @@
"typescript.tsserver.experimental.useVsCodeWatcher": {
"type": "boolean",
"description": "%configuration.tsserver.useVsCodeWatcher%",
"default": false,
"tags": [
"experimental"
]
"default": true
},
"typescript.tsserver.watchOptions": {
"type": "object",