@codingame/monaco-vscode-language-pack-ja 2.2.0-next.5 → 2.2.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": "2.2.0-next.5",
3
+ "version": "2.2.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@2.2.0-next.5"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@2.2.0"
22
22
  }
23
23
  }
@@ -94,7 +94,7 @@
94
94
  "debug.terminal.toggleAuto": "ターミナル Node.js の自動アタッチの切り替え",
95
95
  "debug.terminal.welcome": "[JavaScript デバッグ ターミナル](command:extension.js-debug.createDebuggerTerminal)\r\n\r\nJavaScript デバッグ ターミナルを使用して、コマンド ラインで実行される Node.js プロセスをデバッグできます。",
96
96
  "debug.terminal.welcomeWithLink": "[JavaScript Debug Terminal](command:extension.js-debug.createDebuggerTerminal)\r\n\r\nYou can use the JavaScript Debug Terminal to debug Node.js processes run on the command line.\r\n\r\n[Debug URL](command:extension.js-debug.debugLink)",
97
- "debug.unverifiedBreakpoints": "Some of your breakpoints could not be set. If you're having an issue, you can [troubleshoot your launch configuration](command:extension.js-debug.createDiagnostics).",
97
+ "debug.unverifiedBreakpoints": "ブレークポイントの一部を設定できませんでした。問題が発生している場合は、[起動構成のトラブルシューング](command:extension.js-debug.createDiagnostics) できます。",
98
98
  "debugLink.label": "リンクを開く",
99
99
  "edge.address.description": "Web ビューのデバッグ時に、Web ビューがリッスンしている IP アドレスまたはホスト名。設定しない場合、自動的に検出されます。",
100
100
  "edge.attach.description": "Microsoft Edge のインスタンスへのアタッチは既にデバッグ モードです",