mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Use vscode watches for tsserver (#193848)
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
|
||||
"enabledApiProposals": [
|
||||
"workspaceTrust",
|
||||
"createFileSystemWatcher",
|
||||
"multiDocumentHighlightProvider",
|
||||
"mappedEditsProvider",
|
||||
"codeActionAI",
|
||||
@@ -1168,6 +1169,14 @@
|
||||
"experimental"
|
||||
]
|
||||
},
|
||||
"typescript.tsserver.experimental.useVsCodeWatcher": {
|
||||
"type": "boolean",
|
||||
"description": "%configuration.tsserver.useVsCodeWatcher%",
|
||||
"default": false,
|
||||
"tags": [
|
||||
"experimental"
|
||||
]
|
||||
},
|
||||
"typescript.tsserver.watchOptions": {
|
||||
"type": "object",
|
||||
"description": "%configuration.tsserver.watchOptions%",
|
||||
|
||||
Reference in New Issue
Block a user