@codingame/monaco-vscode-language-pack-zh-hans 18.2.1 → 18.3.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-zh-hans",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.3.0",
|
|
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": "18.
|
|
21
|
+
"@codingame/monaco-vscode-api": "18.3.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -2035,7 +2035,7 @@ var content = [
|
|
|
2035
2035
|
"扩展终端的 ID",
|
|
2036
2036
|
"扩展终端的名称",
|
|
2037
2037
|
"控制是否在终端下拉列表中显示 WSL 发行版",
|
|
2038
|
-
"
|
|
2038
|
+
"Whether new shells should inherit their environment from VS Code, which may source a login shell to ensure $PATH and other development variables are initialized. This has no effect on Windows.",
|
|
2039
2039
|
"控制重新连接到永久性终端会话时将还原的最大行数。增加此数量将以占用更多内存为代价还原更多的回滚行,并增加在启动时连接到终端所需的时间。此设置需要重启才能生效,并应设置为小于或等于 `#terminal.integrated.scrollback#` 的值。",
|
|
2040
2040
|
"是否显示终端输出中链接的悬停。",
|
|
2041
2041
|
"使用 {0} 设置时要忽略的一组流程名称。",
|
|
@@ -4589,7 +4589,7 @@ var content = [
|
|
|
4589
4589
|
"为 panel 聊天启用聊天参与者自动删除功能。",
|
|
4590
4590
|
"控制是否应在聊天输入中呈现相关文件。",
|
|
4591
4591
|
"控制需要确认时,Copilot 窗口是否应通知用户。",
|
|
4592
|
-
|
|
4592
|
+
undefined,
|
|
4593
4593
|
"控制是否可以从简单浏览器将元素发送到聊天。",
|
|
4594
4594
|
"控制是否将所选元素的 CSS 添加到聊天中。必须启用 {0}。",
|
|
4595
4595
|
"控制是否将所选元素的屏幕截图添加到聊天中。必须启用 {0}。",
|