Add experimental dual TS server

Fixes #75866
This commit is contained in:
Matt Bierner
2019-06-20 17:04:04 -07:00
parent 8ec2559029
commit 87b8402b59
8 changed files with 151 additions and 50 deletions

View File

@@ -591,6 +591,12 @@
"default": true,
"description": "%configuration.surveys.enabled%",
"scope": "window"
},
"typescript.experimental.useSeparateSyntaxServer": {
"type": "boolean",
"default": false,
"description": "%configuration.experimental.useSeparateSyntaxServer%",
"scope": "window"
}
}
},