@codingame/monaco-vscode-language-pack-ja 6.0.2 → 7.0.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": "
|
|
3
|
+
"version": "7.0.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@
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@7.0.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"markdownAttachmentRenderer.displayName": "Markdown-It ipynb Cell Attachment renderer",
|
|
21
21
|
"newUntitledIpynb.shortTitle": "Jupyter Notebook",
|
|
22
22
|
"newUntitledIpynb.title": "新しい Jupyter Notebook",
|
|
23
|
+
"openCellOutput.title": "テキスト エディターでセル出力を開く",
|
|
23
24
|
"openIpynbInNotebookEditor.title": "ノートブック エディターで IPYNB ファイルを開く"
|
|
24
25
|
}
|
|
25
26
|
}
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
"configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "プロジェクト全体の IntelliSense が有効になっている場合でも、Web 上のセマンティック エラーを抑制します。これは、プロジェクト全体の IntelliSense が有効になっていないか使用できない場合、常にオンです。`#typescript.tsserver.web.projectWideIntellisense.enabled#` を参照してください",
|
|
217
217
|
"configuration.tsserver.web.typeAcquisition.enabled": "Web でパッケージの取得を有効/無効にします。これにより、インポートされたパッケージの IntelliSense が有効になります。`#typescript.tsserver.web.projectWideIntellisense.enabled#` が必要です。Ssfari では現在サポートされていません。",
|
|
218
218
|
"configuration.typescript": "TypeScript",
|
|
219
|
-
"configuration.updateImportsOnPaste": "
|
|
219
|
+
"configuration.updateImportsOnPaste": "コードの貼り付け時にインポートを自動的に更新します。TypeScript 5.6 以降が必要です。",
|
|
220
220
|
"description": "JavaScript と TypeScript ファイルに豊富な言語サポートを提供。",
|
|
221
221
|
"displayName": "TypeScript と JavaScript の言語機能",
|
|
222
222
|
"format.indentSwitchCase": "switch ステートメントの case 句をインデントします。ワークスペースで TypeScript 5.1+ を使用する必要があります。",
|
|
@@ -311,6 +311,7 @@
|
|
|
311
311
|
"typescript.tsc.autoDetect.on": "ビルドとウォッチ、両方のタスクを作成します。",
|
|
312
312
|
"typescript.tsc.autoDetect.watch": "コンパイルタスクとウォッチタスクのみを作成します。",
|
|
313
313
|
"typescript.tsdk.desc": "IntelliSense に使用する、TypeScript インストールの下にある tsserver および lib*.d.ts ファイルのフォルダー パスを指定します。例: './node_modules/typescript/lib'。\r\n\r\n- ユーザー設定として指定した場合は、'typescript.tsdk' からの TypeScript バージョンによって組み込みの TypeScript バージョンが自動的に置き換えられます。\r\n- ワークスペース設定として指定した場合は、'typescript.tsdk' で 'TypeScript: Select TypeScript version' コマンドを使用することによって、IntelliSense のためにそのワークスペース バージョンの TypeScript を使用するように切り替えることができます。\r\n\r\nTypeScript バージョンの管理について詳しくは、[TypeScript のドキュメント](https://code.visualstudio.com/docs/typescript/typescript-compiling#_using-newer-typescript-versions) をご覧ください。",
|
|
314
|
+
"typescript.tsserver.enableRegionDiagnostics": "TypeScript でリージョン ベースの診断を有効にします。ワークスペースで TypeScript 5.6+ 以降を使用する必要があります。",
|
|
314
315
|
"typescript.tsserver.enableTracing": "ディレクトリへの TS サーバーのパフォーマンスのトレースを有効にします。これらのトレース ファイルは TS サーバーのパフォーマンスの問題を診断するために使用できます。ログには、プロジェクトのファイル パス、ソース コード、その他の潜在的に機密性の高い情報が含まれている場合があります。",
|
|
315
316
|
"typescript.tsserver.log": "ファイルへの TS サーバーのログを有効にします。このログは TS サーバーの問題を診断するために使用できます。ログには、プロジェクトのファイルパス、ソースコード、その他の潜在的に機密性の高い情報が含まれている場合があります。",
|
|
316
317
|
"typescript.tsserver.pluginPaths": "TypeScript 言語サービス プラグインを検出する追加のパス。",
|