@codingame/monaco-vscode-language-pack-zh-hans 14.0.5 → 14.0.6
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-zh-hans",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.6",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
"module": "index.js",
|
|
19
19
|
"types": "index.d.ts",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@codingame/monaco-vscode-api": "14.0.
|
|
21
|
+
"@codingame/monaco-vscode-api": "14.0.6"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -65,7 +65,8 @@
|
|
|
65
65
|
"the name of the active repository (e.g. vscode)": "活动存储库的名称(例如 vscode)",
|
|
66
66
|
"the name of the folder the file is contained in (e.g. myFileFolder)": "包含文件的文件夹的名称(例如 myFileFolder)。",
|
|
67
67
|
"the path of the file relative to the workspace folder (e.g. myFolder/myFileFolder/myFile.txt)": "文件相对于工作区文件夹的路径(例如 myFolder/myFileFolder/myFile.txt)",
|
|
68
|
-
"the path of the folder the file is contained in, relative to the workspace folder (e.g. myFolder/myFileFolder)": "文件所在的文件夹的路径,相对于工作区文件夹(例如 myFolder/myFileFolder)"
|
|
68
|
+
"the path of the folder the file is contained in, relative to the workspace folder (e.g. myFolder/myFileFolder)": "文件所在的文件夹的路径,相对于工作区文件夹(例如 myFolder/myFileFolder)",
|
|
69
|
+
"the state of the active editor (e.g. modified).": "the state of the active editor (e.g. modified)."
|
|
69
70
|
},
|
|
70
71
|
"package": {
|
|
71
72
|
"description": "在配置文件 (如设置、启动和扩展推荐文件) 中提供高级 IntelliSense、自动修复等功能",
|
|
@@ -611,6 +611,7 @@
|
|
|
611
611
|
"config.diagnosticsCommitHook.Enabled": "控制是否在提交之前检查未解析的诊断。",
|
|
612
612
|
"config.diagnosticsCommitHook.Sources": "控制源列表 (**项目**) 和最小严重性 (**值**) 提交前要考虑的源。**注意:** 若要忽略特定源的诊断,请将源添加到列表并将最小严重性设置为“无”。",
|
|
613
613
|
"config.discardAllScope": "控制运行“放弃所有更改”命令时放弃的更改类型。\"all\" 放弃所有更改。\"tracked\" 只放弃跟踪的文件。\"prompt\" 表示在每次运行此操作时显示提示对话框。",
|
|
614
|
+
"config.discardUntrackedChangesToTrash": "Controls whether discarding untracked changes moves the file(s) to the Recycle Bin (Windows), Trash (macOS, Linux) instead of deleting them permanently. **Note:** This setting has no effect when connected to a remote or when running in Linux as a snap package.",
|
|
614
615
|
"config.enableCommitSigning": "允许使用 GPG、X.509 或 SSH 提交签名。",
|
|
615
616
|
"config.enableSmartCommit": "在没有暂存的更改时提交所有更改。",
|
|
616
617
|
"config.enableStatusBarSync": "控制Git Sync命令是否出现在状态栏中。",
|
|
@@ -693,7 +694,6 @@
|
|
|
693
694
|
"config.untrackedChanges.hidden": "未跟踪的更改被隐藏,并从多个操作中排除。",
|
|
694
695
|
"config.untrackedChanges.mixed": "所有更改,无论是跟踪的还是未跟踪的,都会一起出现并表现出相同的行为。",
|
|
695
696
|
"config.untrackedChanges.separate": "未跟踪的更改单独显示在“源代码管理”视图中。它们也被排除在几个操作之外。",
|
|
696
|
-
"config.untrackedChangesEnableTrash": "Controls whether discarding untracked changes moves the file(s) to the Recycle Bin (Windows), Trash (macOS, Linux) instead of deleting them permanently. **Note:** This setting has no effect when connected to a remote.",
|
|
697
697
|
"config.useCommitInputAsStashMessage": "控制是否将提交输入框中的消息用作默认储藏消息。",
|
|
698
698
|
"config.useEditorAsCommitInput": "控制当提交输入框中未提供消息时,是否将使用全文编辑器来创作提交消息。",
|
|
699
699
|
"config.useForcePushIfIncludes": "控制是否使用更安全的 force-if-includes 进行强制推送。注意: 此设置要求启用“#git.useForcePushWithLease#”设置以及 Git 版本“2.30.0”或更高版本。",
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
"configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "即使启用了项目范围的 IntelliSense,仍会抑制 Web 上出现语义错误。当项目范围的 IntelliSense 未启用或不可用时,此功能将始终可用。请参阅 `#typescript.tsserver.web.projectWideIntellisense.enabled#`",
|
|
200
200
|
"configuration.tsserver.web.typeAcquisition.enabled": "在 Web 上启用/禁用包获取。这会为导入的包启用 IntelliSense。需要 `#typescript.tsserver.web.projectWideIntellisense.enabled#`。目前不支持 Safari。",
|
|
201
201
|
"configuration.typescript": "TypeScript",
|
|
202
|
-
"configuration.updateImportsOnPaste": "
|
|
202
|
+
"configuration.updateImportsOnPaste": "粘贴代码时自动更新导入项。需要 TypeScript 5.6+。",
|
|
203
203
|
"description": "为 JavaScript 和 TypeScript 提供丰富的语言支持。",
|
|
204
204
|
"displayName": "JavaScript 和 TypeScript 的语言功能",
|
|
205
205
|
"format.indentSwitchCase": "switch 语句中的缩进 case 子句。需要在工作区中使用 TypeScript 5.1+。",
|
|
@@ -4462,8 +4462,8 @@ var content = [
|
|
|
4462
4462
|
"图像",
|
|
4463
4463
|
"符号",
|
|
4464
4464
|
"将 {0} 附加为上下文",
|
|
4465
|
-
|
|
4466
|
-
|
|
4465
|
+
undefined,
|
|
4466
|
+
undefined,
|
|
4467
4467
|
"标记为只读",
|
|
4468
4468
|
"添加文件",
|
|
4469
4469
|
"删除文件",
|
|
@@ -6399,8 +6399,8 @@ var content = [
|
|
|
6399
6399
|
"预发布扩展的图标颜色。",
|
|
6400
6400
|
"扩展发起人的图标颜色。",
|
|
6401
6401
|
"未找到清单文件",
|
|
6402
|
-
|
|
6403
|
-
|
|
6402
|
+
undefined,
|
|
6403
|
+
undefined,
|
|
6404
6404
|
"自动更新扩展",
|
|
6405
6405
|
"是否要为所有扩展启用自动更新?",
|
|
6406
6406
|
"是否要为所有扩展禁用自动更新?",
|