doc
This commit is contained in:
parent
43117c63b0
commit
d415dc5e72
1 changed files with 6 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue