@codingame/monaco-vscode-language-pack-zh-hans 28.3.0 → 28.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +2 -1
- package/package.json +2 -2
- package/translations/extensions/ms-vscode.js-debug.i18n.json +16 -0
- package/translations/extensions/vscode.css-language-features.i18n.json +4 -3
- package/translations/extensions/vscode.emmet.i18n.json +4 -4
- package/translations/extensions/vscode.extension-editing.i18n.json +0 -1
- package/translations/extensions/vscode.git.i18n.json +34 -9
- package/translations/extensions/vscode.github.i18n.json +8 -0
- package/translations/extensions/vscode.html-language-features.i18n.json +1 -0
- package/translations/extensions/vscode.json-language-features.i18n.json +20 -7
- package/translations/extensions/vscode.mermaid-chat-features.i18n.json +8 -1
- package/translations/extensions/vscode.npm.i18n.json +2 -2
- package/translations/extensions/vscode.simple-browser.i18n.json +1 -0
- package/translations/extensions/vscode.theme-2026.i18n.json +18 -0
- package/translations/extensions/vscode.typescript-language-features.i18n.json +115 -19
- package/translations/main.i18n.json.js +2953 -2953
|
@@ -8,8 +8,15 @@
|
|
|
8
8
|
],
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"contents": {
|
|
11
|
+
"bundle": {
|
|
12
|
+
"Mermaid Diagram": "Mermaid 图表",
|
|
13
|
+
"Open in Editor": "在编辑器中打开",
|
|
14
|
+
"Reset Zoom": "重置缩放",
|
|
15
|
+
"Zoom In": "放大",
|
|
16
|
+
"Zoom Out": "缩小"
|
|
17
|
+
},
|
|
11
18
|
"package": {
|
|
12
|
-
"config.enabled.description": "
|
|
19
|
+
"config.enabled.description": "启用在聊天响应中用于 Mermaid 图表呈现的工具。",
|
|
13
20
|
"description": "将 Mermaid 图表支持添加到内置聊天。",
|
|
14
21
|
"displayName": "Mermaid 聊天功能"
|
|
15
22
|
}
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"command.runSelectedScript": "运行脚本",
|
|
95
95
|
"config.npm.autoDetect": "控制是否自动检测 npm 脚本。",
|
|
96
96
|
"config.npm.enableRunFromFolder": "从资源管理器上下文菜单中启用运行文件夹中包含的 NPM 脚本。",
|
|
97
|
-
"config.npm.enableScriptExplorer": "在没有顶级
|
|
97
|
+
"config.npm.enableScriptExplorer": "在没有顶级 `package.json` 文件时,为 npm 脚本启用资源管理器视图。",
|
|
98
98
|
"config.npm.exclude": "配置应从自动脚本检测中排除的文件夹的 glob 模式。",
|
|
99
99
|
"config.npm.fetchOnlinePackageInfo": "从 https://registry.npmjs.org 和 https://registry.bower.io 获取数据,以提供自动补全和 npm 依赖项上的悬停功能信息。",
|
|
100
100
|
"config.npm.packageManager": "用于安装依赖项的包管理器。",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"config.npm.runSilent": "使用 `--silent` 选项运行 npm 命令。",
|
|
107
107
|
"config.npm.scriptExplorerAction": "NPM 脚本资源管理器中使用的默认单击操作: `open` 或 `run`,默认值为 `open`。",
|
|
108
108
|
"config.npm.scriptExplorerExclude": "正则表达式的数组,指示应从 NPM 脚本视图中排除哪些脚本。",
|
|
109
|
-
"config.npm.scriptHover": "
|
|
109
|
+
"config.npm.scriptHover": "使用脚本的 `Run` 和 `Debug` 命令显示悬停。",
|
|
110
110
|
"config.npm.scriptRunner": "用于运行脚本的脚本运行程序。",
|
|
111
111
|
"config.npm.scriptRunner.auto": "根据锁定文件和已安装的包管理器自动检测要使用的脚本运行器。",
|
|
112
112
|
"config.npm.scriptRunner.bun": "使用 bun 作为脚本运行程序。",
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"package": {
|
|
23
23
|
"configuration.focusLockIndicator.enabled.description": "启用/禁用在简单浏览器中聚焦时显示的浮动指示器。",
|
|
24
|
+
"configuration.useIntegratedBrowser.description": "启用后,`simpleBrowser.show` 命令将在集成的浏览器而不是简单浏览器 Web 视图中打开 URL。**注意:** 此设置仅在桌面设备上可用。",
|
|
24
25
|
"description": "一个非常基本的内置 Web 视图,用于显示 Web 内容。",
|
|
25
26
|
"displayName": "简易浏览器"
|
|
26
27
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"": [
|
|
3
|
+
"--------------------------------------------------------------------------------------------",
|
|
4
|
+
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
|
5
|
+
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
|
6
|
+
"--------------------------------------------------------------------------------------------",
|
|
7
|
+
"Do not edit this file. It is machine generated."
|
|
8
|
+
],
|
|
9
|
+
"version": "1.0.0",
|
|
10
|
+
"contents": {
|
|
11
|
+
"package": {
|
|
12
|
+
"2026-dark-label": "2026 深色",
|
|
13
|
+
"2026-light-label": "2026 浅色",
|
|
14
|
+
"description": "2026 年的新式简约浅色和深色主题,具有一致的中性调色板和易于访问的颜色对比度",
|
|
15
|
+
"displayName": "2026 主题"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"Could not determine TypeScript or JavaScript project": "无法确定 TypeScript 或 JavaScript 项目",
|
|
35
35
|
"Could not determine TypeScript or JavaScript project. Unsupported file type": "无法确定 TypeScript 或 JavaScript 项目。不受支持的文件类型",
|
|
36
36
|
"Could not determine references": "无法确定引用",
|
|
37
|
-
"Could not install typings files for JavaScript language features. Please ensure that NPM is installed, or configure '
|
|
37
|
+
"Could not install typings files for JavaScript language features. Please ensure that NPM is installed, or configure 'js/ts.tsserver.npm.path' in your user settings. Alternatively, check the [documentation]({0}) to learn more.": "无法为 JavaScript 语言功能安装 typings 文件。请确认 NPM 已安装,或在用户设置中配置 \"js/ts.tsserver.npm.pat\"。或者,查看[文档]({0})了解详细信息。",
|
|
38
38
|
"Could not load the TypeScript version at this path": "无法获取此目录 TypeScript 的版本",
|
|
39
39
|
"Could not open TS Server log file": "无法打开 TS 服务器日志文件",
|
|
40
40
|
"Disable logging": "禁用事件日志",
|
|
@@ -86,6 +86,7 @@
|
|
|
86
86
|
"Not now": "以后再说",
|
|
87
87
|
"Open Config File": "打开配置文件",
|
|
88
88
|
"Open on GitHub": "在 GitHub 上打开",
|
|
89
|
+
"Open symbol link": "打开符号链接",
|
|
89
90
|
"Organize Imports": "整理导入",
|
|
90
91
|
"Partial mode": "部分模式",
|
|
91
92
|
"Paste with imports": "粘贴并导入",
|
|
@@ -109,7 +110,7 @@
|
|
|
109
110
|
"Suppresses @ts-check errors on the next line of a file.": "取消文件下一行的 @ts-check 错误提示。",
|
|
110
111
|
"TS Server has not started logging.": "TS 服务器尚未启动日志记录。",
|
|
111
112
|
"TS Server logging is currently enabled which may impact performance.": "TS Server 事件日志当前已启用,这可能会影响性能。",
|
|
112
|
-
"TS Server logging is off. Please set '
|
|
113
|
+
"TS Server logging is off. Please set 'js/ts.tsserver.log' and restart the TS server to enable logging": "TS 服务器日志已关闭。请设置 \"js/ts.tsserver.log\" 并重启 TS 服务器以启用日志记录",
|
|
113
114
|
"The JS/TS language service crashed 5 times in the last 5 Minutes.": "在过去 5 分钟内,JS/TS 语言服务崩溃了 5 次。",
|
|
114
115
|
"The JS/TS language service crashed 5 times in the last 5 Minutes.\nThis may be caused by a plugin contributed by one of these extensions: {0}\nPlease try disabling these extensions before filing an issue against VS Code.": "在过去 5 分钟内,JS/TS 语言服务崩溃了 5 次。\n这可能是由以下其中一个扩展提供的插件引起的: {0}\n请在针对 VS Code 提交问题之前尝试禁用这些扩展。",
|
|
115
116
|
"The JS/TS language service crashed.": "JS/TS 语言服务已崩溃。",
|
|
@@ -134,6 +135,7 @@
|
|
|
134
135
|
"TypeScript: Configure Excludes": "TypeScript: 配置排除",
|
|
135
136
|
"Update imports for '{0}'?": "是否更新“{0}”的导入?",
|
|
136
137
|
"Update imports for the following {0} files?": "是否更新以下 {0} 个文件的导入?",
|
|
138
|
+
"Use TypeScript Native Preview (Experimental)": "使用 TypeScript 原生预览(实验性)",
|
|
137
139
|
"Use VS Code's Version": "使用 VS Code 的版本",
|
|
138
140
|
"Use Workspace Version": "使用工作区版本",
|
|
139
141
|
"VS Code's tsserver was deleted by another application such as a misbehaving virus detection tool. Please reinstall VS Code.": "VS Code 的 tsserver 已被其他应用程序(例如运行异常的病毒检测工具)删除。请重新安装 VS Code。",
|
|
@@ -148,8 +150,37 @@
|
|
|
148
150
|
"{0} with AI": "使用 AI 的 {0}"
|
|
149
151
|
},
|
|
150
152
|
"package": {
|
|
153
|
+
"configuration.autoClosingTags.enabled.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.autoClosingTags.enabled#`。",
|
|
154
|
+
"configuration.automaticTypeAcquisition.enabled": "启用[自动类型获取](https://code.visualstudio.com/docs/nodejs/working-with-javascript#_typings-and-automatic-type-acquisition)。自动类型获取可以从 npm 提取 `@types` 包来改进外部库的 IntelliSense。",
|
|
155
|
+
"configuration.codeLens": "CodeLens",
|
|
151
156
|
"configuration.format": "格式设置",
|
|
157
|
+
"configuration.format.enable.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.format.enabled#`。",
|
|
158
|
+
"configuration.format.indentSwitchCase.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.format.indentSwitchCase#`。",
|
|
159
|
+
"configuration.format.insertSpaceAfterCommaDelimiter.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.format.insertSpaceAfterCommaDelimiter#`。",
|
|
160
|
+
"configuration.format.insertSpaceAfterConstructor.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.format.insertSpaceAfterConstructor#`。",
|
|
161
|
+
"configuration.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions#`。",
|
|
162
|
+
"configuration.format.insertSpaceAfterKeywordsInControlFlowStatements.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.format.insertSpaceAfterKeywordsInControlFlowStatements#`。",
|
|
163
|
+
"configuration.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces#`。",
|
|
164
|
+
"configuration.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces#`。",
|
|
165
|
+
"configuration.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces#`。",
|
|
166
|
+
"configuration.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets#`。",
|
|
167
|
+
"configuration.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis#`。",
|
|
168
|
+
"configuration.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces#`。",
|
|
169
|
+
"configuration.format.insertSpaceAfterSemicolonInForStatements.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.format.insertSpaceAfterSemicolonInForStatements#`。",
|
|
170
|
+
"configuration.format.insertSpaceAfterTypeAssertion.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.format.insertSpaceAfterTypeAssertion#`。",
|
|
171
|
+
"configuration.format.insertSpaceBeforeAndAfterBinaryOperators.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.format.insertSpaceBeforeAndAfterBinaryOperators#`。",
|
|
172
|
+
"configuration.format.insertSpaceBeforeFunctionParenthesis.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.format.insertSpaceBeforeFunctionParenthesis#`。",
|
|
173
|
+
"configuration.format.placeOpenBraceOnNewLineForControlBlocks.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.format.placeOpenBraceOnNewLineForControlBlocks#`。",
|
|
174
|
+
"configuration.format.placeOpenBraceOnNewLineForFunctions.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.format.placeOpenBraceOnNewLineForFunctions#`。",
|
|
175
|
+
"configuration.format.semicolons.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.format.semicolons#`。",
|
|
152
176
|
"configuration.hover.maximumLength": "悬停内容的最大字符数。如果悬停内容超过此限制,将会被截断。需要 TypeScript 5.9+。",
|
|
177
|
+
"configuration.implementationsCodeLens.enabled": "在 TypeScript 文件中启用/禁用实现 CodeLens。此 CodeLens 显示 TypeScript 接口的实现者。",
|
|
178
|
+
"configuration.implementationsCodeLens.enabled.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.implementationsCodeLens.enabled#`。",
|
|
179
|
+
"configuration.implementationsCodeLens.showOnAllClassMethods": "启用/禁用在所有 TypeScript 类方法之上,而不是仅在抽象方法上显示 [实现 CodeLens](#js/ts.implementationsCodeLens.enabled)。",
|
|
180
|
+
"configuration.implementationsCodeLens.showOnAllClassMethods.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.implementationsCodeLens.showOnAllClassMethods#`。",
|
|
181
|
+
"configuration.implementationsCodeLens.showOnInterfaceMethods": "在 TypeScript 接口方法上启用/禁用 [实现 CodeLens](#js/ts.implementationsCodeLens.enabled)。",
|
|
182
|
+
"configuration.implementationsCodeLens.showOnInterfaceMethods.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.implementationsCodeLens.showOnInterfaceMethods#`。",
|
|
183
|
+
"configuration.implicitProjectConfig": "隐式项目配置",
|
|
153
184
|
"configuration.implicitProjectConfig.checkJs": "启用或禁用 JavaScript 文件的语义检查。现有 `jsconfig.json` 或 `tsconfig.json` 文件将覆盖此设置。",
|
|
154
185
|
"configuration.implicitProjectConfig.experimentalDecorators": "在不属于任何工程的 JavaScript 文件中启用或禁用 `experimentalDecorators`。现有 `jsconfig.json` 或 `tsconfig.json` 文件将覆盖此设置。",
|
|
155
186
|
"configuration.implicitProjectConfig.module": "设置程序的模块系统。查看详细信息: https://www.typescriptlang.org/tsconfig#module。",
|
|
@@ -159,35 +190,86 @@
|
|
|
159
190
|
"configuration.implicitProjectConfig.target": "为发出的 JavaScript 设置目标 JavaScript 语言版本并包含库声明。查看详细信息: https://www.typescriptlang.org/tsconfig#target。",
|
|
160
191
|
"configuration.inlayHints": "内嵌提示",
|
|
161
192
|
"configuration.inlayHints.enumMemberValues.enabled": "启用/禁用枚举声明中成员值的内嵌提示:\r\n```typescript\r\n\r\nenum MyValue {\r\n\tA /* = 0 */;\r\n\tB /* = 1 */;\r\n}\r\n \r\n```",
|
|
193
|
+
"configuration.inlayHints.enumMemberValues.enabled.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.inlayHints.enumMemberValues.enabled#`。",
|
|
162
194
|
"configuration.inlayHints.functionLikeReturnTypes.enabled": "启用/禁用函数签名上隐式返回类型的内嵌提示:\r\n```typescript\r\n\r\nfunction foo() /* :number */ {\r\n\treturn Date.now();\r\n} \r\n \r\n```",
|
|
195
|
+
"configuration.inlayHints.functionLikeReturnTypes.enabled.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.inlayHints.functionLikeReturnTypes.enabled#`。",
|
|
163
196
|
"configuration.inlayHints.parameterNames.enabled": "启用/禁用参数名称的内嵌提示:\r\n```typescript\r\n\r\nparseInt(/* str: */ '123', /* radix: */ 8)\r\n \r\n```",
|
|
197
|
+
"configuration.inlayHints.parameterNames.enabled.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.inlayHints.parameterNames.enabled#`。",
|
|
164
198
|
"configuration.inlayHints.parameterNames.suppressWhenArgumentMatchesName": "对于文本与参数名称完全相同的参数,抑制其参数名称提示。",
|
|
199
|
+
"configuration.inlayHints.parameterNames.suppressWhenArgumentMatchesName.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.inlayHints.parameterNames.suppressWhenArgumentMatchesName#`。",
|
|
165
200
|
"configuration.inlayHints.parameterTypes.enabled": "启用/禁用隐式参数类型的内嵌提示:\r\n```typescript\r\n\r\nel.addEventListener('click', e /* :MouseEvent */ => ...)\r\n \r\n```",
|
|
201
|
+
"configuration.inlayHints.parameterTypes.enabled.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.inlayHints.parameterTypes.enabled#`。",
|
|
166
202
|
"configuration.inlayHints.propertyDeclarationTypes.enabled": "启用/禁用属性声明中隐式类型的内嵌提示:\r\n```typescript\r\n\r\nclass Foo {\r\n\tprop /* :number */ = Date.now();\r\n}\r\n \r\n```",
|
|
203
|
+
"configuration.inlayHints.propertyDeclarationTypes.enabled.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.inlayHints.propertyDeclarationTypes.enabled#`。",
|
|
167
204
|
"configuration.inlayHints.variableTypes.enabled": "启用/禁用隐式变量类型的内嵌提示:\r\n```typescript\r\n\r\nconst foo /* :number */ = Date.now();\r\n \r\n```",
|
|
205
|
+
"configuration.inlayHints.variableTypes.enabled.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.inlayHints.variableTypes.enabled#`。",
|
|
168
206
|
"configuration.inlayHints.variableTypes.suppressWhenTypeMatchesName": "抑制关于名称与类型名称相同的变量的类型提示。",
|
|
207
|
+
"configuration.inlayHints.variableTypes.suppressWhenTypeMatchesName.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.inlayHints.variableTypes.suppressWhenTypeMatchesName#`。",
|
|
208
|
+
"configuration.languageFeatures": "语言功能",
|
|
169
209
|
"configuration.preferGoToSourceDefinition": "通过改为触发“转到源定义”,使“转到定义”尽可能避免类型声明文件。这样就可使用鼠标手势触发“转到源定义”。",
|
|
210
|
+
"configuration.preferGoToSourceDefinition.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.preferGoToSourceDefinition#`。",
|
|
170
211
|
"configuration.preferences": "首选项",
|
|
171
|
-
"configuration.
|
|
212
|
+
"configuration.preferences.autoImportFileExcludePatterns.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.preferences.autoImportFileExcludePatterns#`。",
|
|
213
|
+
"configuration.preferences.autoImportSpecifierExcludeRegexes.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.preferences.autoImportSpecifierExcludeRegexes#`。",
|
|
214
|
+
"configuration.preferences.importModuleSpecifier.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.preferences.importModuleSpecifier#`。",
|
|
215
|
+
"configuration.preferences.importModuleSpecifierEnding.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.preferences.importModuleSpecifierEnding#`。",
|
|
216
|
+
"configuration.preferences.includePackageJsonAutoImports.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.preferences.includePackageJsonAutoImports#`。",
|
|
217
|
+
"configuration.preferences.jsxAttributeCompletionStyle.auto": "根据属性类型在属性名称后插入 `={}` 或 `=\"\"`。请参阅 `#js/ts.preferences.quoteStyle#` 以控制用于字符串属性的引号样式。",
|
|
218
|
+
"configuration.preferences.jsxAttributeCompletionStyle.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.preferences.jsxAttributeCompletionStyle#`。",
|
|
219
|
+
"configuration.preferences.organizeImports.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.preferences.organizeImports#`。",
|
|
220
|
+
"configuration.preferences.preferTypeOnlyAutoImports.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.preferences.preferTypeOnlyAutoImports#`。",
|
|
221
|
+
"configuration.preferences.quoteStyle.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.preferences.quoteStyle#`。",
|
|
222
|
+
"configuration.preferences.renameMatchingJsxTags.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.preferences.renameMatchingJsxTags#`。",
|
|
223
|
+
"configuration.preferences.useAliasesForRenames.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.preferences.useAliasesForRenames#`。",
|
|
224
|
+
"configuration.referencesCodeLens.enabled": "启用/禁用在 JavaScript 和 TypeScript 文件中引用 CodeLens。此 CodeLens 显示类和导出函数的引用数,并允许你查看或导航到它们。",
|
|
225
|
+
"configuration.referencesCodeLens.enabled.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.referencesCodeLens.enabled#`。",
|
|
226
|
+
"configuration.referencesCodeLens.showOnAllFunctions": "在 JavaScript 和 TypeScript 文件中的所有函数上启用/禁用 [饮用 CodeLens](#js/ts.referencesCodeLens.enabled)。",
|
|
227
|
+
"configuration.referencesCodeLens.showOnAllFunctions.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.referencesCodeLens.showOnAllFunctions#`。",
|
|
228
|
+
"configuration.reportStyleChecksAsWarnings.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.reportStyleChecksAsWarnings#`。",
|
|
229
|
+
"configuration.serverAdvanced": "TS 服务器高级设置",
|
|
172
230
|
"configuration.suggest": "建议",
|
|
173
231
|
"configuration.suggest.autoImports": "启用/禁用自动导入建议。",
|
|
232
|
+
"configuration.suggest.autoImports.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.suggest.autoImports#`。",
|
|
174
233
|
"configuration.suggest.classMemberSnippets.enabled": "启用/禁用类成员的代码段完成。",
|
|
234
|
+
"configuration.suggest.classMemberSnippets.enabled.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.suggest.classMemberSnippets.enabled#`。",
|
|
175
235
|
"configuration.suggest.completeFunctionCalls": "完成函数的参数签名。",
|
|
176
|
-
"configuration.suggest.
|
|
236
|
+
"configuration.suggest.completeFunctionCalls.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.suggest.completeFunctionCalls#`。",
|
|
237
|
+
"configuration.suggest.completeJSDocs.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.suggest.jsdoc.enabled#`。",
|
|
238
|
+
"configuration.suggest.enabled.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.suggest.enabled#`。",
|
|
177
239
|
"configuration.suggest.includeAutomaticOptionalChainCompletions": "启用/禁用显示可能未定义的值的完成情况,这些值会插入可选的链式调用。需要启用严格的 Null 检查。",
|
|
240
|
+
"configuration.suggest.includeAutomaticOptionalChainCompletions.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.suggest.includeAutomaticOptionalChainCompletions#`。",
|
|
178
241
|
"configuration.suggest.includeCompletionsForImportStatements": "对部分键入的导入语句启用/禁用自动导入样式完成。",
|
|
242
|
+
"configuration.suggest.includeCompletionsForImportStatements.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.suggest.includeCompletionsForImportStatements#`。",
|
|
243
|
+
"configuration.suggest.jsdoc.enabled": "启用/禁用对完成 JSDoc 注释的建议。",
|
|
179
244
|
"configuration.suggest.jsdoc.generateReturns": "启用/禁用为 JSDoc 模板生成 `@returns` 批注。",
|
|
245
|
+
"configuration.suggest.jsdoc.generateReturns.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.suggest.jsdoc.generateReturns#`。",
|
|
180
246
|
"configuration.suggest.names": "启用/禁用在 JavaScript 建议中包含文件中的唯一名称。请注意,在使用`@ts-check`或`checkJs`进行语义检查的 JavaScript 代码中,名称建议始终处于禁用状态。",
|
|
247
|
+
"configuration.suggest.names.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.suggest.names#`。",
|
|
181
248
|
"configuration.suggest.objectLiteralMethodSnippets.enabled": "启用/禁用对象文本中的方法的代码片段补全。",
|
|
249
|
+
"configuration.suggest.objectLiteralMethodSnippets.enabled.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.suggest.objectLiteralMethodSnippets.enabled#`。",
|
|
182
250
|
"configuration.suggest.paths": "在 import 语句和 require 调用中,启用或禁用路径建议。",
|
|
251
|
+
"configuration.suggest.paths.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.suggest.paths#`。",
|
|
252
|
+
"configuration.suggestionActions.enabled": "启用或禁用编辑器中 JavaScript 和 TypeScript 文件的建议诊断。",
|
|
253
|
+
"configuration.suggestionActions.enabled.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.suggestionActions.enabled#`。",
|
|
254
|
+
"configuration.tsserver.diagnosticDir": "TypeScript 服务器通过传递 `--diagnostic-dir` 写入 Node 诊断输出的目录。",
|
|
183
255
|
"configuration.tsserver.experimental.enableProjectDiagnostics": "启用项目范围的错误报告。",
|
|
184
|
-
"configuration.tsserver.
|
|
185
|
-
"configuration.tsserver.
|
|
256
|
+
"configuration.tsserver.experimental.enableProjectDiagnostics.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.tsserver.experimental.enableProjectDiagnostics#`。",
|
|
257
|
+
"configuration.tsserver.heapProfile": "配置 TypeScript 服务器的堆分析。",
|
|
258
|
+
"configuration.tsserver.heapProfile.dir": "TypeScript 服务器通过传递 `--heap-prof-dir` 写入堆配置文件的目录。",
|
|
259
|
+
"configuration.tsserver.heapProfile.enabled": "通过传递 `--heap-prof` 为 TypeScript 服务器启用堆分析。",
|
|
260
|
+
"configuration.tsserver.heapProfile.interval": "通过传递 `--heap-prof-interval` 设置 TypeScript 服务器堆分析的采样间隔(以字节为单位)。",
|
|
261
|
+
"configuration.tsserver.heapSnapshot": "通过传递 `--heapsnapshot-near-heap-limit` 控制 TypeScript 服务器写入的近堆限制快照数量。设置为 `0` 可禁用。",
|
|
262
|
+
"configuration.tsserver.maxMemory": "要分配给 TypeScript 服务器进程的最大内存量(MB)。如果要使用大于 4 GB 的内存限制,请使用 `#js/ts.tsserver.node.path#` 运行具有自定义节点安装的 TS Server。",
|
|
263
|
+
"configuration.tsserver.maxTsServerMemory": "要分配给 TypeScript 服务器进程的最大内存量(MB)。如果要使用大于 4 GB 的内存限制,请使用 `#js/ts.tsserver.node.path#` 运行具有自定义节点安装的 TS Server。",
|
|
264
|
+
"configuration.tsserver.maxTsServerMemory.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.tsserver.maxMemory#`。",
|
|
265
|
+
"configuration.tsserver.nodePath": "在自定义节点安装上运行 TS 服务器。如果希望 VS Code 检测节点安装,则可以是节点可执行文件的路径,也可以是 `node`。",
|
|
266
|
+
"configuration.tsserver.nodePath.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.tsserver.node.path#`。",
|
|
186
267
|
"configuration.tsserver.useSeparateSyntaxServer": "启用/禁用生成可更快地响应语法相关操作的单独 TypeScript 服务器,例如计算折叠或计算文档符号。",
|
|
187
268
|
"configuration.tsserver.useSyntaxServer": "控制 TypeScript 是否启动专用服务器,以便更快地处理与语法相关的运算,如计算代码折叠。",
|
|
188
|
-
"configuration.tsserver.useSyntaxServer.always": "
|
|
269
|
+
"configuration.tsserver.useSyntaxServer.always": "使用较轻量级的语法服务器处理所有 IntelliSense 操作。这会禁用全项目范围的功能,包括自动导入、跨文件补全以及跳转到其他文件中的符号定义。仅在性能至关重要的超大型项目中使用此功能。",
|
|
189
270
|
"configuration.tsserver.useSyntaxServer.auto": "生成一个完整的服务器和一个专用于语法运算的轻量级服务器。语法服务器用于加快语法运算并在加载项目时提供 IntelliSense。",
|
|
190
271
|
"configuration.tsserver.useSyntaxServer.never": "请不要使用专用的语法服务器。使用单个服务器来处理所有 IntelliSense 运算。",
|
|
272
|
+
"configuration.tsserver.useSyntaxServer.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.tsserver.useSyntaxServer#`。",
|
|
191
273
|
"configuration.tsserver.useVsCodeWatcher": "使用 VS Code 而不是 TypeScript 的文件观察程序。要求在工作区中使用 TypeScript 5.4+。",
|
|
192
274
|
"configuration.tsserver.watchOptions": "配置应使用哪些监视策略来跟踪文件和目录。",
|
|
193
275
|
"configuration.tsserver.watchOptions.fallbackPolling": "使用文件系统事件时,此选项指定当系统用完本机文件观察程序和/或不支持本机文件观察程序时使用的轮询策略。",
|
|
@@ -195,6 +277,7 @@
|
|
|
195
277
|
"configuration.tsserver.watchOptions.fallbackPolling.fixedPollingInterval": "以固定间隔每秒多次检查每个文件的更改。",
|
|
196
278
|
"configuration.tsserver.watchOptions.fallbackPolling.priorityPollingInterval": "每秒检查每个文件有无多次更改,但使用启发式方法检查某些类型的文件的频率低于其他文件类型。",
|
|
197
279
|
"configuration.tsserver.watchOptions.synchronousWatchDirectory": "禁用目录上的延迟监视。当可能同时发生大量文件更改(例如,运行 npm install 导致的 node_modules 更改)时,延迟监视非常有用,但是对于一些不太常见的设置,可能需要使用此标志将其禁用。",
|
|
280
|
+
"configuration.tsserver.watchOptions.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.tsserver.watchOptions#`。",
|
|
198
281
|
"configuration.tsserver.watchOptions.vscode": "使用 VS Code 而不是 TypeScript 的文件观察程序。要求在工作区中使用 TypeScript 5.4+。",
|
|
199
282
|
"configuration.tsserver.watchOptions.watchDirectory": "在缺乏递归文件监视功能的系统中监视整个目录树的策略。",
|
|
200
283
|
"configuration.tsserver.watchOptions.watchDirectory.dynamicPriorityPolling": "使用动态队列,其中较少修改的目录将较少检查。",
|
|
@@ -209,12 +292,22 @@
|
|
|
209
292
|
"configuration.tsserver.watchOptions.watchFile.useFsEvents": "尝试使用操作系统/文件系统的本机事件进行文件更改。",
|
|
210
293
|
"configuration.tsserver.watchOptions.watchFile.useFsEventsOnParentDirectory": "尝试使用操作系统/文件系统的本机事件来侦听文件包含目录的更改。此操作可减少使用的文件观察程序数量,但准确度可能较低。",
|
|
211
294
|
"configuration.tsserver.web.projectWideIntellisense.enabled": "在 Web 上启用/禁用项目范围内的 IntelliSense。要求 VS Code 在受信任的上下文中运行。",
|
|
212
|
-
"configuration.tsserver.web.projectWideIntellisense.
|
|
213
|
-
"configuration.tsserver.web.
|
|
214
|
-
"configuration.
|
|
295
|
+
"configuration.tsserver.web.projectWideIntellisense.enabled.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.tsserver.web.projectWideIntellisense.enabled#`。",
|
|
296
|
+
"configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "即使启用了项目范围的 IntelliSense,仍会抑制 Web 上出现语义错误。当项目范围的 IntelliSense 未启用或不可用时,此功能将始终可用。请参阅 `#js/ts.tsserver.web.projectWideIntellisense.enabled#`",
|
|
297
|
+
"configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.tsserver.web.projectWideIntellisense.suppressSemanticErrors#`。",
|
|
298
|
+
"configuration.tsserver.web.typeAcquisition.enabled": "在 Web 上启用/禁用包获取。这会为导入的包启用 IntelliSense。需要 `#js/ts.tsserver.web.projectWideIntellisense.enabled#`。目前不支持 Safari。",
|
|
299
|
+
"configuration.tsserver.web.typeAcquisition.enabled.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.tsserver.web.typeAcquisition.enabled#`。",
|
|
300
|
+
"configuration.updateImportsOnFileMove.enabled.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.updateImportsOnFileMove.enabled#`。",
|
|
215
301
|
"configuration.updateImportsOnPaste": "粘贴代码时自动更新导入项。需要 TypeScript 5.6+。",
|
|
302
|
+
"configuration.updateImportsOnPaste.enabled.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.updateImportsOnPaste.enabled#`。",
|
|
303
|
+
"configuration.validate.enable": "启用/禁用 JavaScript 和 TypeScript 验证。",
|
|
304
|
+
"configuration.validate.enable.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.validate.enabled#`。",
|
|
305
|
+
"configuration.validation": "验证",
|
|
306
|
+
"configuration.workspaceSymbols.excludeLibrarySymbols.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.workspaceSymbols.excludeLibrarySymbols#`。",
|
|
307
|
+
"configuration.workspaceSymbols.scope.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.workspaceSymbols.scope#`。",
|
|
216
308
|
"description": "为 JavaScript 和 TypeScript 提供丰富的语言支持。",
|
|
217
|
-
"displayName": "JavaScript 和 TypeScript
|
|
309
|
+
"displayName": "JavaScript 和 TypeScript 语言功能",
|
|
310
|
+
"format.enable": "启用/禁用默认的 JavaScript 和 TypeScript 格式化程序。",
|
|
218
311
|
"format.indentSwitchCase": "switch 语句中的缩进 case 子句。需要在工作区中使用 TypeScript 5.1+。",
|
|
219
312
|
"format.insertSpaceAfterCommaDelimiter": "定义逗号分隔符后面的空格处理。",
|
|
220
313
|
"format.insertSpaceAfterConstructor": "定义构造函数关键字后面的空格处理方式。",
|
|
@@ -243,26 +336,26 @@
|
|
|
243
336
|
"javascript.goToProjectConfig.title": "转到项目配置(jsconfig/tsconfig)",
|
|
244
337
|
"javascript.preferences.jsxAttributeCompletionStyle.auto": "根据属性类型在属性名称后插入 `={}` 或 `=\"\"`。请参见 `#javascript.preferences.quoteStyle#`,控制用于字符串属性的引号样式。",
|
|
245
338
|
"javascript.preferences.organizeImports": "控制导入顺序的高级首选项。",
|
|
246
|
-
"javascript.referencesCodeLens.enabled": "启用/禁用在 JavaScript 文件中引用 CodeLens。",
|
|
247
|
-
"javascript.referencesCodeLens.showOnAllFunctions": "启用/禁用在 JavaScript 文件中对所有函数的 CodeLens 引用。",
|
|
248
339
|
"javascript.suggestionActions.enabled": "启用或禁用编辑器中 JavaScript 文件的建议诊断。",
|
|
249
340
|
"javascript.validate.enable": "启用/禁用 JavaScript 验证。",
|
|
250
341
|
"reloadProjects.title": "重载项目",
|
|
251
342
|
"taskDefinition.tsconfig.description": "定义 ts 生成的 tsconfig 文件。",
|
|
252
343
|
"typescript.autoClosingTags": "启用/禁用 JSX 标记的自动关闭。",
|
|
253
344
|
"typescript.check.npmIsInstalled": "检查是否为 [自动类型获取](https://code.visualstudio.com/docs/nodejs/working-with-javascript#_typings-and-automatic-type-acquisition) 安装了 npm 。",
|
|
345
|
+
"typescript.check.npmIsInstalled.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.tsserver.checkNpmIsInstalled#`。",
|
|
254
346
|
"typescript.disableAutomaticTypeAcquisition": "禁用 [自动类型获取](https://code.visualstudio.com/docs/nodejs/working-with-javascript#_typings-and-automatic-type-acquisition) 。自动类型获取可以从 npm 提取 `@types` 包来改进外部库的 IntelliSense。",
|
|
347
|
+
"typescript.disableAutomaticTypeAcquisition.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.tsserver.automaticTypeAcquisition.enabled#`。",
|
|
255
348
|
"typescript.enablePromptUseWorkspaceTsdk": "允许提示用户对 Intellisense 使用在工作区中配置的 TypeScript 版本。",
|
|
349
|
+
"typescript.enablePromptUseWorkspaceTsdk.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.tsdk.promptToUseWorkspaceVersion#`。",
|
|
256
350
|
"typescript.findAllFileReferences": "查找文件引用",
|
|
257
351
|
"typescript.format.enable": "启用/禁用默认 TypeScript 格式化程序。",
|
|
258
352
|
"typescript.goToProjectConfig.title": "转到项目配置(tsconfig)",
|
|
259
353
|
"typescript.goToSourceDefinition": "转到源定义",
|
|
260
|
-
"typescript.implementationsCodeLens.enabled": "启用或禁用实现 CodeLens。此 CodeLens 显示接口的实现。",
|
|
261
|
-
"typescript.implementationsCodeLens.showOnAllClassMethods": "启用或禁用在所有类方法上方(而不仅限于在抽象方法上方)显示实现 CodeLens。",
|
|
262
|
-
"typescript.implementationsCodeLens.showOnInterfaceMethods": "在接口方法上启用/禁用 CodeLens 实现。",
|
|
263
354
|
"typescript.locale": "设置在报告 JavaScript 和 TypeScript 错误时使用的区域设置。默认使用 VS Code 的区域设置。",
|
|
264
355
|
"typescript.locale.auto": "使用 VS Code 配置的显示语言。",
|
|
356
|
+
"typescript.locale.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.locale#`。",
|
|
265
357
|
"typescript.npm": "指定为 [自动类型获取](https://code.visualstudio.com/docs/nodejs/working-with-javascript#_typings-and-automatic-type-acquisition) 使用的 npm 可执行文件的路径。",
|
|
358
|
+
"typescript.npm.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.tsserver.npm.path#`。",
|
|
266
359
|
"typescript.openTsServerLog.title": "打开 TS 服务器日志",
|
|
267
360
|
"typescript.preferences.autoImportFileExcludePatterns": "从自动导入中排除指定文件的 glob 模式。相对路径是相对于工作区进行解析的。使用 tsconfig.json ['exclude'](https://www.typescriptlang.org/tsconfig#exclude)语义计算模式。",
|
|
268
361
|
"typescript.preferences.autoImportSpecifierExcludeRegexes": "指定正则表达式以排除包含匹配导入说明符的自动导入。示例:\r\n\r\n- `^node:`\r\n- `lib/internal` (无需对斜杠进行转义...)\r\n- `/lib\\/internal/i` (...除非包括 `i` 或 `u` 标志周围的斜杠)\r\n- `^lodash$` (仅允许从 lodash 进行子路径导入)",
|
|
@@ -315,8 +408,6 @@
|
|
|
315
408
|
"typescript.problemMatchers.tsc.label": "TypeScript 问题",
|
|
316
409
|
"typescript.problemMatchers.tscWatch.label": "TypeScript 问题(观看模式)",
|
|
317
410
|
"typescript.problemMatchers.tsgo-watch.label": "TypeScript 问题(观看模式)",
|
|
318
|
-
"typescript.referencesCodeLens.enabled": "在 TypeScript 文件中启用或禁用引用 CodeLens。",
|
|
319
|
-
"typescript.referencesCodeLens.showOnAllFunctions": "启用/禁用在 TypeScript 文件中的所有函数上引用 CodeLens。",
|
|
320
411
|
"typescript.removeUnusedImports": "删除未使用的导入",
|
|
321
412
|
"typescript.reportStyleChecksAsWarnings": "将风格检查的问题报告为警告。",
|
|
322
413
|
"typescript.restartTsServer": "重启 TS 服务器",
|
|
@@ -328,19 +419,24 @@
|
|
|
328
419
|
"typescript.tsc.autoDetect.build": "仅创建单次运行编译任务。",
|
|
329
420
|
"typescript.tsc.autoDetect.off": "禁用此功能。",
|
|
330
421
|
"typescript.tsc.autoDetect.on": "同时创建生成和监视任务。",
|
|
422
|
+
"typescript.tsc.autoDetect.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.tsc.autoDetect#`。",
|
|
331
423
|
"typescript.tsc.autoDetect.watch": "仅创建编译和监视任务。",
|
|
332
424
|
"typescript.tsdk.desc": "指定 TypeScript 安装下用于 IntelliSense 的 tsserver 和 `lib*.d.ts` 文件的文件夹路径,例如: `./node_modules/typescript/lib`。\r\n\r\n- 当指定为用户设置时,`typescript.tsdk` 中的 TypeScript 版本会自动替换内置的 TypeScript 版本。\r\n- 当指定为工作区设置时,`typescript.tsdk` 允许通过 `TypeScript: Select TypeScript version` 命令切换为对 IntelliSense 使用 TypeScript 的该工作区版本。\r\n\r\n有关管理 TypeScript 版本的更多详细信息,请参阅 [TypeScript文档](https://code.visualstudio.com/docs/typescript/typescript-compiling#_using-newer-typescript-versions)。",
|
|
333
|
-
"typescript.
|
|
425
|
+
"typescript.tsdk.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.tsdk.path#`。",
|
|
334
426
|
"typescript.tsserver.enableTracing": "允许将 TS 服务器性能跟踪保持到目录。这些跟踪文件可用于诊断 TS 服务器性能问题。日志可能包含你的项目中的文件路径、源代码和其他可能敏感的信息。",
|
|
427
|
+
"typescript.tsserver.enableTracing.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.tsserver.tracing.enabled#`。",
|
|
335
428
|
"typescript.tsserver.log": "将 TS 服务器的日志保存到一个文件。此日志可用于诊断 TS 服务器问题。日志可能包含你的项目中的文件路径、源代码和其他可能敏感的信息。",
|
|
429
|
+
"typescript.tsserver.log.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.tsserver.log#`。",
|
|
336
430
|
"typescript.tsserver.pluginPaths": "其他用于搜索 TypeScript 语言服务插件的路径。",
|
|
337
431
|
"typescript.tsserver.pluginPaths.item": "相对或绝对路径。相对路径将根据工作区文件夹进行解析。",
|
|
432
|
+
"typescript.tsserver.pluginPaths.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.tsserver.pluginPaths#`。",
|
|
338
433
|
"typescript.tsserver.trace": "对发送到 TS 服务器的消息启用跟踪。此跟踪信息可用于诊断 TS 服务器问题。 跟踪信息可能包含你的项目中的文件路径、源代码和其他可能敏感的信息。",
|
|
339
434
|
"typescript.updateImportsOnFileMove.enabled": "启用或禁用在 VS Code 中重命名或移动文件时自动更新导入路径的功能。",
|
|
340
435
|
"typescript.updateImportsOnFileMove.enabled.always": "始终自动更新路径。",
|
|
341
436
|
"typescript.updateImportsOnFileMove.enabled.never": "一律不要重命名路径,也不要提示。",
|
|
342
437
|
"typescript.updateImportsOnFileMove.enabled.prompt": "在每次重命名时进行提示。",
|
|
343
438
|
"typescript.useTsgo": "禁用 TypeScript 和 JavaScript 语言功能以允许使用 TypeScript Go 实验性扩展。需要安装和配置 TypeScript Go。更改此设置后需要重新加载扩展。",
|
|
439
|
+
"typescript.useTsgo.unifiedDeprecationMessage": "此设置已弃用。请改用 `#js/ts.experimental.useTsgo#`。",
|
|
344
440
|
"typescript.validate.enable": "启用/禁用 TypeScript 验证。",
|
|
345
441
|
"typescript.workspaceSymbols.excludeLibrarySymbols": "排除“转到工作区中的符号”结果中库文件中的符号。要求在工作区中使用 TypeScript 5.3+。",
|
|
346
442
|
"typescript.workspaceSymbols.scope": "通过[转到工作区中的符号](https://code.visualstudio.com/docs/editor/editingevolved#_open-symbol-by-name)来控制搜索的具体文件。",
|