@codingame/monaco-vscode-language-pack-zh-hans 18.2.2 → 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} 设置时要忽略的一组流程名称。",
|