@codingame/monaco-vscode-language-pack-ja 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-ja",
|
|
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} 設定を使用するときに無視するプロセス名のセット。",
|