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

@@ -42,5 +42,6 @@
"typescript.tsc.autoDetect": "Controls auto detection of tsc tasks. 'off' disables this feature. 'build' only creates single run compile tasks. 'watch' only creates compile and watch tasks. 'on' creates both build and watch tasks. Default is 'on'.",
"typescript.problemMatchers.tsc.label": "TypeScript problems",
"typescript.problemMatchers.tscWatch.label": "TypeScript problems (watch mode)",
"typescript.quickSuggestionsForPaths": "Enable/disable quick suggestions when typing out an import path."
"typescript.quickSuggestionsForPaths": "Enable/disable quick suggestions when typing out an import path.",
"typescript.locale": "Sets the locale used to report TypeScript errors. Requires TypeScript >= 2.6.0. Default of 'null' uses VS Code's locale for TypeScript errors."
}