Add support for localizing ts errors (#36451)

* Pick up typescript 2.6.1-insiders.20171019

* Add support for localizing ts errors. Fixes #18634
This commit is contained in:
Matt Bierner
2017-10-19 19:52:02 -07:00
committed by GitHub
parent d6e8af6c0c
commit 82dcf98352
8 changed files with 44 additions and 8 deletions

View File

@@ -399,6 +399,15 @@
"default": true,
"description": "%typescript.quickSuggestionsForPaths%",
"scope": "resource"
},
"typescript.locale": {
"type": [
"string",
"null"
],
"default": null,
"description": "%typescript.locale%",
"scope": "window"
}
}
},