This commit is contained in:
Qiming Zhao 2020-09-18 16:51:15 +08:00
parent 43117c63b0
commit d415dc5e72

View file

@ -110,9 +110,12 @@
"description": "Enable tsserver extension"
},
"tsserver.locale": {
"type": "string",
"default": "",
"description": "Locale of tsserver"
"type": [
"string",
"null"
],
"default": null,
"description": "Sets the locale used to report JavaScript and TypeScript errors. Default of `null` uses english."
},
"tsserver.typingsCacheLocation": {
"type": "string",