mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-12 20:12:23 +01:00
feat: add enum descriptions for TS locale setting (#195947)
This commit is contained in:
@@ -859,6 +859,19 @@
|
||||
"zh-CN",
|
||||
"zh-TW"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"%typescript.locale.auto%",
|
||||
"Deutsch",
|
||||
"español",
|
||||
"English",
|
||||
"français",
|
||||
"italiano",
|
||||
"日本語",
|
||||
"한국어",
|
||||
"русский",
|
||||
"中文(简体)",
|
||||
"中文(繁體)"
|
||||
],
|
||||
"markdownDescription": "%typescript.locale%",
|
||||
"scope": "window"
|
||||
},
|
||||
|
||||
@@ -82,6 +82,7 @@
|
||||
"configuration.tsserver.maxTsServerMemory": "The maximum amount of memory (in MB) to allocate to the TypeScript server process. To use a memory limit greater than 4 GB, use `#typescript.tsserver.nodePath#` to run TS Server with a custom Node installation.",
|
||||
"configuration.tsserver.experimental.enableProjectDiagnostics": "(Experimental) Enables project wide error reporting.",
|
||||
"typescript.locale": "Sets the locale used to report JavaScript and TypeScript errors. Defaults to use VS Code's locale.",
|
||||
"typescript.locale.auto": "Use VS Code's configured display language",
|
||||
"configuration.implicitProjectConfig.module": "Sets the module system for the program. See more: https://www.typescriptlang.org/tsconfig#module.",
|
||||
"configuration.implicitProjectConfig.target": "Set target JavaScript language version for emitted JavaScript and include library declarations. See more: https://www.typescriptlang.org/tsconfig#target.",
|
||||
"configuration.implicitProjectConfig.checkJs": "Enable/disable semantic checking of JavaScript files. Existing `jsconfig.json` or `tsconfig.json` files override this setting.",
|
||||
|
||||
Reference in New Issue
Block a user