@codingame/monaco-vscode-language-pack-ja 7.0.11 → 7.1.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": "7.0.11",
3
+ "version": "7.1.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
- "vscode": "npm:@codingame/monaco-vscode-api@7.0.11"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@7.1.0"
22
22
  }
23
23
  }
@@ -94,7 +94,7 @@
94
94
  "configuration.markdown.editor.filePaste.enabled.smart": "コード ブロックやその他の特殊な要素に貼り付けなかった場合に、既定で Markdown リンクをスマートに作成します。貼り付けウィジェットを使用して、プレーン テキストとして貼り付けるか、Markdown リンクとして貼り付けるかを切り替えます。",
95
95
  "configuration.markdown.editor.filePaste.videoSnippet": "Markdown にビデオを追加する際に使用されるスニペット。このスニペットでは、次の変数を使用できます。\r\n- `${src}` — ビデオ ファイルの解決されたパス。\r\n- `${title}` — ビデオで使用されるタイトル。スニペット プレースホルダーは、この変数用に自動的に作成されます。",
96
96
  "configuration.markdown.editor.pasteUrlAsFormattedLink.enabled": "URL を Markdown エディターに貼り付けるときに Markdown リンクを作成するかどうかを制御します。`#editor.pasteAs.enabled#` を有効にする必要があります。",
97
- "configuration.markdown.experimental.updateLinksOnPaste": "ある Markdown エディターから別の Markdown エディターにコピーして貼り付けるテキスト内のリンクの自動更新を有効または無効にします。",
97
+ "configuration.markdown.editor.updateLinksOnPaste.enabled": "Enable/disable updating of links in text that is copied and pasted from one Markdown editor to another.",
98
98
  "configuration.markdown.links.openLocation.beside": "アクティブなエディターの横にあるリンクを開きます。",
99
99
  "configuration.markdown.links.openLocation.currentGroup": "アクティブなエディター グループ内にリンクを開きます。",
100
100
  "configuration.markdown.links.openLocation.description": "マークダウン ファイル内のリンクを開く場所を制御します。",