@codingame/monaco-vscode-language-pack-ja 28.3.1 → 28.4.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/index.js +2 -1
- package/package.json +2 -2
- package/translations/extensions/ms-vscode.js-debug.i18n.json +16 -0
- package/translations/extensions/vscode.css-language-features.i18n.json +4 -3
- package/translations/extensions/vscode.emmet.i18n.json +4 -4
- package/translations/extensions/vscode.extension-editing.i18n.json +0 -1
- package/translations/extensions/vscode.git.i18n.json +29 -4
- package/translations/extensions/vscode.github.i18n.json +8 -0
- package/translations/extensions/vscode.html-language-features.i18n.json +1 -0
- package/translations/extensions/vscode.json-language-features.i18n.json +20 -7
- package/translations/extensions/vscode.mermaid-chat-features.i18n.json +8 -1
- package/translations/extensions/vscode.npm.i18n.json +2 -2
- package/translations/extensions/vscode.simple-browser.i18n.json +1 -0
- package/translations/extensions/vscode.theme-2026.i18n.json +18 -0
- package/translations/extensions/vscode.typescript-language-features.i18n.json +115 -19
- package/translations/main.i18n.json.js +2954 -2954
|
@@ -8,8 +8,15 @@
|
|
|
8
8
|
],
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"contents": {
|
|
11
|
+
"bundle": {
|
|
12
|
+
"Mermaid Diagram": "Mermaid ダイアグラム",
|
|
13
|
+
"Open in Editor": "エディターで開く",
|
|
14
|
+
"Reset Zoom": "ズームのリセット",
|
|
15
|
+
"Zoom In": "拡大",
|
|
16
|
+
"Zoom Out": "縮小"
|
|
17
|
+
},
|
|
11
18
|
"package": {
|
|
12
|
-
"config.enabled.description": "
|
|
19
|
+
"config.enabled.description": "チャット応答で Mermaid ダイアグラム レンダリング用のツールを有効にします。",
|
|
13
20
|
"description": "組み込みのチャットに、Mermaid ダイアグラムのサポートを追加します。",
|
|
14
21
|
"displayName": "Mermaid チャット機能"
|
|
15
22
|
}
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"command.runSelectedScript": "スクリプトを実行",
|
|
95
95
|
"config.npm.autoDetect": "npm スクリプトを自動的に検出するかどうかを制御します。",
|
|
96
96
|
"config.npm.enableRunFromFolder": "エクスプローラー コンテキスト メニューから、フォルダーに含まれる NPM スクリプトの実行を有効にします。",
|
|
97
|
-
"config.npm.enableScriptExplorer": "最上位の
|
|
97
|
+
"config.npm.enableScriptExplorer": "最上位の `package.json` ファイルがない場合は、npm スクリプトのエクスプローラー ビューを有効にします。",
|
|
98
98
|
"config.npm.exclude": "自動スクリプト検出から除外するフォルダーの glob パターンを構成します。",
|
|
99
99
|
"config.npm.fetchOnlinePackageInfo": "https://registry.npmjs.org および https://registry.bower.io からデータをフェッチして、npm 依存関係に対してオート コンプリートとホバー機能に関する情報を提供します。",
|
|
100
100
|
"config.npm.packageManager": "依存関係のインストールに使用されるパッケージ マネージャーです。",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"config.npm.runSilent": "`--silent` オプションを使用して npm コマンドを実行する。",
|
|
107
107
|
"config.npm.scriptExplorerAction": "NPM スクリプト エクスプローラーで使用される既定のクリック アクション: `open` または `run`、既定値は `open` です。",
|
|
108
108
|
"config.npm.scriptExplorerExclude": "NPM スクリプト ビューから除外する必要があるスクリプトを示す正規表現の配列。",
|
|
109
|
-
"config.npm.scriptHover": "スクリプトの
|
|
109
|
+
"config.npm.scriptHover": "スクリプトの `Run` と `Debug` コマンドでホバーを表示します。",
|
|
110
110
|
"config.npm.scriptRunner": "スクリプトの実行に使用されるスクリプト ランナーです。",
|
|
111
111
|
"config.npm.scriptRunner.auto": "ロック ファイルとインストールされたパッケージ マネージャーに基づいて、どのスクリプト ランナーを使用するかを自動検出します。",
|
|
112
112
|
"config.npm.scriptRunner.bun": "筆記体ランナーとしてパンを使用します。",
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"package": {
|
|
23
23
|
"configuration.focusLockIndicator.enabled.description": "単純なブラウザーにフォーカスが置かれたときに表示されるフローティング インジケーターを有効または無効にします。",
|
|
24
|
+
"configuration.useIntegratedBrowser.description": "有効にすると、`simpleBrowser.show` コマンドは、Simple Browser の Web ビューではなく、統合ブラウザーで URL を開きます。**注:** この設定はデスクトップでのみ使用できます。",
|
|
24
25
|
"description": "Web コンテンツを表示するための非常に基本的な組み込みの Web ビューです。",
|
|
25
26
|
"displayName": "シンプル ブラウザー"
|
|
26
27
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"": [
|
|
3
|
+
"--------------------------------------------------------------------------------------------",
|
|
4
|
+
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
|
5
|
+
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
|
6
|
+
"--------------------------------------------------------------------------------------------",
|
|
7
|
+
"Do not edit this file. It is machine generated."
|
|
8
|
+
],
|
|
9
|
+
"version": "1.0.0",
|
|
10
|
+
"contents": {
|
|
11
|
+
"package": {
|
|
12
|
+
"2026-dark-label": "2026 ダーク",
|
|
13
|
+
"2026-light-label": "2026 ライト",
|
|
14
|
+
"description": "一貫したニュートラル パレットとアクセシブルなカラ― コントラストを備えた 2026 年のモダンでミニマルなライト テーマとダーク テーマ",
|
|
15
|
+
"displayName": "2026 テーマ"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"Could not determine TypeScript or JavaScript project": "TypeScript または JavaScript のプロジェクトを判別できませんでした",
|
|
35
35
|
"Could not determine TypeScript or JavaScript project. Unsupported file type": "TypeScript または JavaScript のプロジェクトを判別できませんでした。サポートされていないファイルの種類です",
|
|
36
36
|
"Could not determine references": "参照を判別できませんでした",
|
|
37
|
-
"Could not install typings files for JavaScript language features. Please ensure that NPM is installed, or configure '
|
|
37
|
+
"Could not install typings files for JavaScript language features. Please ensure that NPM is installed, or configure 'js/ts.tsserver.npm.path' in your user settings. Alternatively, check the [documentation]({0}) to learn more.": "JavaScript 言語機能のための型定義ファイルをインストールできませんでした。NPM がインストールされていることを確認するか、ユーザー設定で 'js/ts.tsserver.npm.path' を構成してください。または、[ドキュメント]({0}) で詳細を確認してください。",
|
|
38
38
|
"Could not load the TypeScript version at this path": "このパスでは TypeScript のバージョンを読み込むことができません",
|
|
39
39
|
"Could not open TS Server log file": "TS サーバーのログ ファイルを開くことができませんでした",
|
|
40
40
|
"Disable logging": "ログを無効にする",
|
|
@@ -86,6 +86,7 @@
|
|
|
86
86
|
"Not now": "今は行わない",
|
|
87
87
|
"Open Config File": "構成ファイルを開く",
|
|
88
88
|
"Open on GitHub": "GitHub で開く",
|
|
89
|
+
"Open symbol link": "シンボル リンクを開く",
|
|
89
90
|
"Organize Imports": "インポートを整理",
|
|
90
91
|
"Partial mode": "部分モード",
|
|
91
92
|
"Paste with imports": "インポートと貼り付け",
|
|
@@ -109,7 +110,7 @@
|
|
|
109
110
|
"Suppresses @ts-check errors on the next line of a file.": "ファイルの次の行で @ts-check エラーを抑制します。",
|
|
110
111
|
"TS Server has not started logging.": "TS サーバーはログを開始していません。",
|
|
111
112
|
"TS Server logging is currently enabled which may impact performance.": "TS サーバーのログ記録は現在有効になっているため、パフォーマンスに影響する可能性があります。",
|
|
112
|
-
"TS Server logging is off. Please set '
|
|
113
|
+
"TS Server logging is off. Please set 'js/ts.tsserver.log' and restart the TS server to enable logging": "TS サーバーのログがオフになっています。'js/ts.tsserver.log' を設定し、TS サーバーを再起動してログを有効にしてください",
|
|
113
114
|
"The JS/TS language service crashed 5 times in the last 5 Minutes.": "JS/TS 言語サービスは、過去 5 分間に 5 回クラッシュしました。",
|
|
114
115
|
"The JS/TS language service crashed 5 times in the last 5 Minutes.\nThis may be caused by a plugin contributed by one of these extensions: {0}\nPlease try disabling these extensions before filing an issue against VS Code.": "JS/TS 言語サービスは、過去 5 分間に 5 回クラッシュしました。\nこれは、次のいずれかの拡張機能によって提供されたプラグインが原因である可能性があります: {0}\nVS Code に関する問題を報告する前に、これらの拡張機能を無効にしてみてください。",
|
|
115
116
|
"The JS/TS language service crashed.": "JS/TS 言語サービスがクラッシュしました。",
|
|
@@ -134,6 +135,7 @@
|
|
|
134
135
|
"TypeScript: Configure Excludes": "TypeScript: 除外の構成",
|
|
135
136
|
"Update imports for '{0}'?": "'{0}' のインポートを更新しますか?",
|
|
136
137
|
"Update imports for the following {0} files?": "次の {0} ファイルのインポートを更新しますか?",
|
|
138
|
+
"Use TypeScript Native Preview (Experimental)": "TypeScript ネイティブ プレビューの使用 (試験段階)",
|
|
137
139
|
"Use VS Code's Version": "VS Code のバージョンを使用",
|
|
138
140
|
"Use Workspace Version": "ワークスペースのバージョンを使用",
|
|
139
141
|
"VS Code's tsserver was deleted by another application such as a misbehaving virus detection tool. Please reinstall VS Code.": "VS Code の tsserver が適切に動作しないウイルス検出ツールなどの他アプリケーションにより削除されました。VS Code を再インストールしてください。",
|
|
@@ -148,8 +150,37 @@
|
|
|
148
150
|
"{0} with AI": "AI による {0}"
|
|
149
151
|
},
|
|
150
152
|
"package": {
|
|
153
|
+
"configuration.autoClosingTags.enabled.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.autoClosingTags.enabled#` を使用してください。",
|
|
154
|
+
"configuration.automaticTypeAcquisition.enabled": "[自動タイプ取得](https://code.visualstudio.com/docs/nodejs/working-with-javascript#_typings-and-automatic-type-acquisition) を有効にします。自動タイプ取得では、外部ライブラリの IntelliSense を向上させるために、npm から `@types` パッケージが取得されます。",
|
|
155
|
+
"configuration.codeLens": "CodeLens",
|
|
151
156
|
"configuration.format": "書式設定",
|
|
157
|
+
"configuration.format.enable.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.format.enabled#` を使用してください。",
|
|
158
|
+
"configuration.format.indentSwitchCase.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.format.indentSwitchCase#` を使用してください。",
|
|
159
|
+
"configuration.format.insertSpaceAfterCommaDelimiter.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.format.insertSpaceAfterCommaDelimiter#` を使用してください。",
|
|
160
|
+
"configuration.format.insertSpaceAfterConstructor.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.format.insertSpaceAfterConstructor#` を使用してください。",
|
|
161
|
+
"configuration.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions#` を使用してください。",
|
|
162
|
+
"configuration.format.insertSpaceAfterKeywordsInControlFlowStatements.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.format.insertSpaceAfterKeywordsInControlFlowStatements#` を使用してください。",
|
|
163
|
+
"configuration.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces#` を使用してください。",
|
|
164
|
+
"configuration.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces#` を使用してください。",
|
|
165
|
+
"configuration.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces#` を使用してください。",
|
|
166
|
+
"configuration.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets#` を使用してください。",
|
|
167
|
+
"configuration.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis#` を使用してください。",
|
|
168
|
+
"configuration.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces#` を使用してください。",
|
|
169
|
+
"configuration.format.insertSpaceAfterSemicolonInForStatements.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.format.insertSpaceAfterSemicolonInForStatements#` を使用してください。",
|
|
170
|
+
"configuration.format.insertSpaceAfterTypeAssertion.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.format.insertSpaceAfterTypeAssertion#` を使用してください。",
|
|
171
|
+
"configuration.format.insertSpaceBeforeAndAfterBinaryOperators.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.format.insertSpaceBeforeAndAfterBinaryOperators#` を使用してください。",
|
|
172
|
+
"configuration.format.insertSpaceBeforeFunctionParenthesis.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.format.insertSpaceBeforeFunctionParenthesis#` を使用してください。",
|
|
173
|
+
"configuration.format.placeOpenBraceOnNewLineForControlBlocks.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.format.placeOpenBraceOnNewLineForControlBlocks#` を使用してください。",
|
|
174
|
+
"configuration.format.placeOpenBraceOnNewLineForFunctions.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.format.placeOpenBraceOnNewLineForFunctions#` を使用してください。",
|
|
175
|
+
"configuration.format.semicolons.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.format.semicolons#` を使用してください。",
|
|
152
176
|
"configuration.hover.maximumLength": "ホバーの最大文字数。ホバーがこれよりも長い場合は、切り捨てられます。TypeScript 5.9 以降が必要です。",
|
|
177
|
+
"configuration.implementationsCodeLens.enabled": "TypeScript ファイル内で、implementations CodeLens を有効または無効にします。この CodeLens は、TypeScript インターフェイスの実装者を表示します。",
|
|
178
|
+
"configuration.implementationsCodeLens.enabled.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.implementationsCodeLens.enabled#` を使用してください。",
|
|
179
|
+
"configuration.implementationsCodeLens.showOnAllClassMethods": "抽象メソッド上のみではなくすべての TypeScript クラス メソッドについて、[implementations CodeLens](#js/ts.implementationsCodeLens.enabled) を表示することを有効または無効にします。",
|
|
180
|
+
"configuration.implementationsCodeLens.showOnAllClassMethods.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.implementationsCodeLens.showOnAllClassMethods#` を使用してください。",
|
|
181
|
+
"configuration.implementationsCodeLens.showOnInterfaceMethods": "TypeScript インターフェイス メソッドについて、[implementations CodeLens](#js/ts.implementationsCodeLens.enabled) を有効または無効にします。",
|
|
182
|
+
"configuration.implementationsCodeLens.showOnInterfaceMethods.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.implementationsCodeLens.showOnInterfaceMethods#` を使用してください。",
|
|
183
|
+
"configuration.implicitProjectConfig": "暗黙のプロジェクト構成",
|
|
153
184
|
"configuration.implicitProjectConfig.checkJs": "JavaScript ファイルのセマンティック チェックを有効または無効にします。既存の 'jsconfig.json' または 'tsconfig.json' ファイルによってこの設定がオーバーライドされます。",
|
|
154
185
|
"configuration.implicitProjectConfig.experimentalDecorators": "プロジェクト外の JavaScript ファイルの 'experimentalDecorators' を有効または無効にします。既存の 'jsconfig.json' または 'tsconfig.json' ファイルによってこの設定がオーバーライドされます。",
|
|
155
186
|
"configuration.implicitProjectConfig.module": "プログラムのモジュール システムを設定します。詳細は次をご覧ください: https://www.typescriptlang.org/tsconfig#module。",
|
|
@@ -159,35 +190,86 @@
|
|
|
159
190
|
"configuration.implicitProjectConfig.target": "発行された JavaScript のターゲット JavaScript 言語バージョンを設定し、ライブラリ宣言を含めます。詳細は次をご覧ください: https://www.typescriptlang.org/tsconfig#target。",
|
|
160
191
|
"configuration.inlayHints": "インレイ ヒント",
|
|
161
192
|
"configuration.inlayHints.enumMemberValues.enabled": "列挙型宣言内のメンバー値のインレイ ヒントを有効/無効にします:\r\n```typescript\r\n\r\nenum MyValue {\r\n\tA /* = 0 */;\r\n\tB /* = 1 */;\r\n}\r\n \r\n```",
|
|
193
|
+
"configuration.inlayHints.enumMemberValues.enabled.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.inlayHints.enumMemberValues.enabled#` を使用してください。",
|
|
162
194
|
"configuration.inlayHints.functionLikeReturnTypes.enabled": "関数シグネチャの暗黙的な戻り値の型について、インレイ ヒントを有効/無効にします:\r\n```typescript\r\n\r\nfunction foo() /* :number */ {\r\n\treturn Date.now();\r\n} \r\n \r\n```",
|
|
195
|
+
"configuration.inlayHints.functionLikeReturnTypes.enabled.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.inlayHints.functionLikeReturnTypes.enabled#` を使用してください。",
|
|
163
196
|
"configuration.inlayHints.parameterNames.enabled": "パラメーター名へのインレイ ヒントを有効/無効にします:\r\n```typescript\r\n\r\nparseInt(/* str: */ '123', /* radix: */ 8)\r\n \r\n```",
|
|
197
|
+
"configuration.inlayHints.parameterNames.enabled.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.inlayHints.parameterNames.enabled#` を使用してください。",
|
|
164
198
|
"configuration.inlayHints.parameterNames.suppressWhenArgumentMatchesName": "パラメーター名と同一のテキストを持つ引数に対するパラメーター名のヒントを抑制します。",
|
|
199
|
+
"configuration.inlayHints.parameterNames.suppressWhenArgumentMatchesName.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.inlayHints.parameterNames.suppressWhenArgumentMatchesName#` を使用してください。",
|
|
165
200
|
"configuration.inlayHints.parameterTypes.enabled": "暗黙的なパラメーター型へのインレイ ヒントを有効/無効にします:\r\n```typescript\r\n\r\nel.addEventListener('click', e /* :MouseEvent */ => ...)\r\n \r\n```",
|
|
201
|
+
"configuration.inlayHints.parameterTypes.enabled.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.inlayHints.parameterTypes.enabled#` を使用してください。",
|
|
166
202
|
"configuration.inlayHints.propertyDeclarationTypes.enabled": "プロパティ宣言の暗黙的な型へのインレイ ヒントを有効/無効にします:\r\n```typescript\r\n\r\nclass Foo {\r\n\tprop /* :number */ = Date.now();\r\n}\r\n \r\n```",
|
|
203
|
+
"configuration.inlayHints.propertyDeclarationTypes.enabled.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.inlayHints.propertyDeclarationTypes.enabled#` を使用してください。",
|
|
167
204
|
"configuration.inlayHints.variableTypes.enabled": "暗黙的な変数型のインレイ ヒントを有効/無効にします:\r\n```typescript\r\n\r\nconst foo /* :number */ = Date.now();\r\n \r\n```",
|
|
205
|
+
"configuration.inlayHints.variableTypes.enabled.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.inlayHints.variableTypes.enabled#` を使用してください。",
|
|
168
206
|
"configuration.inlayHints.variableTypes.suppressWhenTypeMatchesName": "名前が型名と同じ変数の型ヒントを非表示にします。",
|
|
207
|
+
"configuration.inlayHints.variableTypes.suppressWhenTypeMatchesName.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.inlayHints.variableTypes.suppressWhenTypeMatchesName#` を使用してください。",
|
|
208
|
+
"configuration.languageFeatures": "言語機能",
|
|
169
209
|
"configuration.preferGoToSourceDefinition": "代わりに `ソース定義に移動` をトリガーすることで、可能な場合は `ソース定義に移動` で型宣言ファイルを回避します。これにより、`ソース定義に移動` をマウス ジェスチャでトリガーできます。",
|
|
210
|
+
"configuration.preferGoToSourceDefinition.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.preferGoToSourceDefinition#` を使用してください。",
|
|
170
211
|
"configuration.preferences": "ユーザー設定",
|
|
171
|
-
"configuration.
|
|
212
|
+
"configuration.preferences.autoImportFileExcludePatterns.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.preferences.autoImportFileExcludePatterns#` を使用してください。",
|
|
213
|
+
"configuration.preferences.autoImportSpecifierExcludeRegexes.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.preferences.autoImportSpecifierExcludeRegexes#` を使用してください。",
|
|
214
|
+
"configuration.preferences.importModuleSpecifier.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.preferences.importModuleSpecifier#` を使用してください。",
|
|
215
|
+
"configuration.preferences.importModuleSpecifierEnding.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.preferences.importModuleSpecifierEnding#` を使用してください。",
|
|
216
|
+
"configuration.preferences.includePackageJsonAutoImports.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.preferences.includePackageJsonAutoImports#` を使用してください。",
|
|
217
|
+
"configuration.preferences.jsxAttributeCompletionStyle.auto": "グッズの種類に基づく属性名の後に `={}` または `=\"\"` を挿入します。文字列属性に使用される引用符の種類を制御するには、`#js/ts.preferences.quoteStyle#` を参照してください。",
|
|
218
|
+
"configuration.preferences.jsxAttributeCompletionStyle.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.preferences.jsxAttributeCompletionStyle#` を使用してください。",
|
|
219
|
+
"configuration.preferences.organizeImports.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.preferences.organizeImports#` を使用してください。",
|
|
220
|
+
"configuration.preferences.preferTypeOnlyAutoImports.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.preferences.preferTypeOnlyAutoImports#` を使用してください。",
|
|
221
|
+
"configuration.preferences.quoteStyle.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.preferences.quoteStyle#` を使用してください。",
|
|
222
|
+
"configuration.preferences.renameMatchingJsxTags.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.preferences.renameMatchingJsxTags#` を使用してください。",
|
|
223
|
+
"configuration.preferences.useAliasesForRenames.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.preferences.useAliasesForRenames#` を使用してください。",
|
|
224
|
+
"configuration.referencesCodeLens.enabled": "JavaScript および TypeScript ファイル内での、CodeLens の参照を有効または無効にします。この CodeLens は、クラスとエクスポートされた関数に対する参照の数を表示し、それらをプレビューまたは移動できるようにします。",
|
|
225
|
+
"configuration.referencesCodeLens.enabled.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.referencesCodeLens.enabled#` を使用してください。",
|
|
226
|
+
"configuration.referencesCodeLens.showOnAllFunctions": "JavaScript および TypeScript ファイル内のすべての関数について、[references CodeLens](#js/ts.referencesCodeLens.enabled) を有効または無効にします。",
|
|
227
|
+
"configuration.referencesCodeLens.showOnAllFunctions.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.referencesCodeLens.showOnAllFunctions#` を使用してください。",
|
|
228
|
+
"configuration.reportStyleChecksAsWarnings.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.reportStyleChecksAsWarnings#` を使用してください。",
|
|
229
|
+
"configuration.serverAdvanced": "TS サーバーの詳細設定",
|
|
172
230
|
"configuration.suggest": "候補",
|
|
173
231
|
"configuration.suggest.autoImports": "自動インポートの提案を有効または無効にします。",
|
|
232
|
+
"configuration.suggest.autoImports.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.suggest.autoImports#` を使用してください。",
|
|
174
233
|
"configuration.suggest.classMemberSnippets.enabled": "クラス メンバーのスニペットの入力候補を有効または無効にします。",
|
|
234
|
+
"configuration.suggest.classMemberSnippets.enabled.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.suggest.classMemberSnippets.enabled#` を使用してください。",
|
|
175
235
|
"configuration.suggest.completeFunctionCalls": "パラメーター シグネチャを含む完全な関数。",
|
|
176
|
-
"configuration.suggest.
|
|
236
|
+
"configuration.suggest.completeFunctionCalls.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.suggest.completeFunctionCalls#` を使用してください。",
|
|
237
|
+
"configuration.suggest.completeJSDocs.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.suggest.jsdoc.enabled#` を使用してください。",
|
|
238
|
+
"configuration.suggest.enabled.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.suggest.enabled#` を使用してください。",
|
|
177
239
|
"configuration.suggest.includeAutomaticOptionalChainCompletions": "オプションのチェーン呼び出しを挿入する定義されていない可能性のある値で入力候補を表示することを有効または無効にします。厳密な null チェックを有効にする必要があります。",
|
|
240
|
+
"configuration.suggest.includeAutomaticOptionalChainCompletions.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.suggest.includeAutomaticOptionalChainCompletions#` を使用してください。",
|
|
178
241
|
"configuration.suggest.includeCompletionsForImportStatements": "部分的に入力されたインポート ステートメントで、自動インポート形式の入力候補を有効または無効にします。",
|
|
242
|
+
"configuration.suggest.includeCompletionsForImportStatements.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.suggest.includeCompletionsForImportStatements#` を使用してください。",
|
|
243
|
+
"configuration.suggest.jsdoc.enabled": "JSDoc のコメントを完成させるための提案を有効/無効にします。",
|
|
179
244
|
"configuration.suggest.jsdoc.generateReturns": "JSDoc テンプレートの `@returns` 注釈の生成を有効または無効にします。",
|
|
245
|
+
"configuration.suggest.jsdoc.generateReturns.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.suggest.jsdoc.generateReturns#` を使用してください。",
|
|
180
246
|
"configuration.suggest.names": "JavaScript の候補のファイルから一意の名前を含めることを有効または無効にします。名前の候補は、`@ts-check` または `checkJs` を使用して意味的にチェックされる JavaScript コードでは常に無効であることに注意してください。",
|
|
247
|
+
"configuration.suggest.names.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.suggest.names#` を使用してください。",
|
|
181
248
|
"configuration.suggest.objectLiteralMethodSnippets.enabled": "オブジェクト リテラル内のメソッドのスニペット補完を有効または無効にします。",
|
|
249
|
+
"configuration.suggest.objectLiteralMethodSnippets.enabled.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.suggest.objectLiteralMethodSnippets.enabled#` を使用してください。",
|
|
182
250
|
"configuration.suggest.paths": "import ステートメントや require 呼び出しでパスの提案を有効/無効にします。",
|
|
251
|
+
"configuration.suggest.paths.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.suggest.paths#` を使用してください。",
|
|
252
|
+
"configuration.suggestionActions.enabled": "エディターで、JavaScript ファイルと TypeScript ファイルについての提案診断を、有効または無効にします。",
|
|
253
|
+
"configuration.suggestionActions.enabled.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.suggestionActions.enabled#` を使用してください。",
|
|
254
|
+
"configuration.tsserver.diagnosticDir": "TypeScript サーバーが `--diagnostic-dir` を渡すことによって Node 診断出力を書き込むディレクトリ。",
|
|
183
255
|
"configuration.tsserver.experimental.enableProjectDiagnostics": "プロジェクト全体のエラー報告を有効にします。",
|
|
184
|
-
"configuration.tsserver.
|
|
185
|
-
"configuration.tsserver.
|
|
256
|
+
"configuration.tsserver.experimental.enableProjectDiagnostics.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.tsserver.experimental.enableProjectDiagnostics#` を使用してください。",
|
|
257
|
+
"configuration.tsserver.heapProfile": "TypeScript サーバーのヒープ プロファイルを構成します。",
|
|
258
|
+
"configuration.tsserver.heapProfile.dir": "TypeScript サーバーが `--heap-prof-dir` を渡してヒープ プロファイルを書き込むディレクトリ。",
|
|
259
|
+
"configuration.tsserver.heapProfile.enabled": "`--heap-prof` を渡すことによって、TypeScript サーバーのヒープ プロファイルを有効にします。",
|
|
260
|
+
"configuration.tsserver.heapProfile.interval": "`--heap-prof-interval` を渡すことによる TypeScript サーバー ヒープ プロファイルのサンプリング間隔 (バイト単位)。",
|
|
261
|
+
"configuration.tsserver.heapSnapshot": "`--heapsnapshot-near-heap-limit` を渡すことによって TypeScript サーバーが書き込む near-heap-limit スナップショットの数を制御します。無効にするには `0` に設定します。",
|
|
262
|
+
"configuration.tsserver.maxMemory": "TypeScript サーバー プロセスに割り当てるメモリの最大量 (MB)。4 GB を超えるメモリ制限を使用するには、`#js/ts.tsserver.node.path#` を使用してカスタム Node インストールを使用した TS サーバーを実行します。",
|
|
263
|
+
"configuration.tsserver.maxTsServerMemory": "TypeScript サーバー プロセスに割り当てるメモリの最大量 (MB)。4 GB を超えるメモリ制限を使用するには、`#js/ts.tsserver.node.path#` を使用してカスタム Node インストールを使用した TS サーバーを実行します。",
|
|
264
|
+
"configuration.tsserver.maxTsServerMemory.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.tsserver.maxMemory#` を使用してください。",
|
|
265
|
+
"configuration.tsserver.nodePath": "カスタム Node インストールで TS サーバーを実行します。これは、Node 実行可能ファイルへのパス、または VS Code に Node インストールを検出させるには `node` へのパスになります。",
|
|
266
|
+
"configuration.tsserver.nodePath.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.tsserver.node.path#` を使用してください。",
|
|
186
267
|
"configuration.tsserver.useSeparateSyntaxServer": "折りたたみの計算やドキュメント シンボルのコンピューティングなど、構文に関連する操作に迅速に応答できる別の TypeScript サーバーの作成を有効または無効にします。",
|
|
187
268
|
"configuration.tsserver.useSyntaxServer": "TypeScript がコード折りたたみの計算などの構文関連操作をより迅速に処理するため、専用サーバーを起動するかどうかを制御します。",
|
|
188
|
-
"configuration.tsserver.useSyntaxServer.always": "
|
|
269
|
+
"configuration.tsserver.useSyntaxServer.always": "より軽量な構文サーバーを使用して、すべての IntelliSense 操作を処理します。これにより、自動インポート、ファイル間の補完、他のファイル内のシンボルの定義への移動など、プロジェクト全体の機能が無効になります。パフォーマンスが重要な非常に大規模なプロジェクトにのみこれを使用してください。",
|
|
189
270
|
"configuration.tsserver.useSyntaxServer.auto": "構文操作専用の完全なサーバーと、軽量化サーバーの両方を生成します。構文サーバーは、プロジェクトの読み込み中に構文操作を高速化し、IntelliSense を提供するために使用されます。",
|
|
190
271
|
"configuration.tsserver.useSyntaxServer.never": "専用の構文サーバーを使用しないでください。単一のサーバーを使用して、すべての IntelliSense 操作を処理します。",
|
|
272
|
+
"configuration.tsserver.useSyntaxServer.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.tsserver.useSyntaxServer#` を使用してください。",
|
|
191
273
|
"configuration.tsserver.useVsCodeWatcher": "TypeScript のものの代わりに VS Code のファイル ウォッチャーを使用します。ワークスペースで TypeScript 5.4+ 以降を使用する必要があります。",
|
|
192
274
|
"configuration.tsserver.watchOptions": "ファイルとディレクトリを追跡するために使用する監視方法を構成します。",
|
|
193
275
|
"configuration.tsserver.watchOptions.fallbackPolling": "ファイル システム イベントを使用する場合、このオプションは、システムがネイティブ ファイル ウォッチャーを使い果たし、ネイティブ ファイル ウォッチャーをサポートしていない場合に使用されるポーリング方法を指定します。",
|
|
@@ -195,6 +277,7 @@
|
|
|
195
277
|
"configuration.tsserver.watchOptions.fallbackPolling.fixedPollingInterval": "すべてのファイルで、一定の間隔で 1 秒に数回変更がないか確認します。",
|
|
196
278
|
"configuration.tsserver.watchOptions.fallbackPolling.priorityPollingInterval": "すべてのファイルで 1 秒間に数回変更を確認しますが、特定の種類のファイルを他のファイルより少ない頻度で確認する場合は、ヒューリスティックを使用してください。",
|
|
197
279
|
"configuration.tsserver.watchOptions.synchronousWatchDirectory": "ディレクトリの遅延監視を無効にします。遅延監視は、一度に多数のファイル変更が生じる場合 (たとえば、npm install の実行からの node_modules の変更) には便利ですが、一般的ではない設定ではこのフラグを無効にすることができます。",
|
|
280
|
+
"configuration.tsserver.watchOptions.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.tsserver.watchOptions#` を使用してください。",
|
|
198
281
|
"configuration.tsserver.watchOptions.vscode": "TypeScript のものの代わりに VS Code のファイル ウォッチャーを使用します。ワークスペースで TypeScript 5.4+ 以降を使用する必要があります。",
|
|
199
282
|
"configuration.tsserver.watchOptions.watchDirectory": "再帰的なファイル監視機能を持たないシステムでディレクトリ ツリー全体を監視するための方法。",
|
|
200
283
|
"configuration.tsserver.watchOptions.watchDirectory.dynamicPriorityPolling": "変更頻度の少ないディレクトリの確認頻度が少ない動的キューを使用します。",
|
|
@@ -209,12 +292,22 @@
|
|
|
209
292
|
"configuration.tsserver.watchOptions.watchFile.useFsEvents": "ファイルの変更にオペレーティング システムまたはファイル システムのネイティブ イベントを使用しようとしています。",
|
|
210
293
|
"configuration.tsserver.watchOptions.watchFile.useFsEventsOnParentDirectory": "オペレーティング システムまたはファイル システムのネイティブ イベントを使用して、ディレクトリを含んでいるファイルに対する変更をリッスンします。使用するファイル ウォッチャーの数を減らすことができますが、正確性が低くなります。",
|
|
211
294
|
"configuration.tsserver.web.projectWideIntellisense.enabled": "Web 上でプロジェクト全体の IntelliSense を有効または無効にします。VS Code が信頼されたコンテキストで実行されている必要があります。",
|
|
212
|
-
"configuration.tsserver.web.projectWideIntellisense.
|
|
213
|
-
"configuration.tsserver.web.
|
|
214
|
-
"configuration.
|
|
295
|
+
"configuration.tsserver.web.projectWideIntellisense.enabled.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.tsserver.web.projectWideIntellisense.enabled#` を使用してください。",
|
|
296
|
+
"configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "プロジェクト全体の IntelliSense が有効になっている場合でも、Web 上のセマンティック エラーを抑制します。これは、プロジェクト全体の IntelliSense が有効になっていないか使用できない場合は、常に有効です。`#js/ts.tsserver.web.projectWideIntellisense.enabled#` を参照してください",
|
|
297
|
+
"configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.tsserver.web.projectWideIntellisense.suppressSemanticErrors#` を使用してください。",
|
|
298
|
+
"configuration.tsserver.web.typeAcquisition.enabled": "Web でのパッケージの取得を有効/無効にします。これにより、インポートされたパッケージの IntelliSense が有効になります。`#js/ts.tsserver.web.projectWideIntellisense.enabled#` が必要です。現在 Safari ではサポートされていません。",
|
|
299
|
+
"configuration.tsserver.web.typeAcquisition.enabled.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.tsserver.web.typeAcquisition.enabled#` を使用してください。",
|
|
300
|
+
"configuration.updateImportsOnFileMove.enabled.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.updateImportsOnFileMove.enabled#` を使用してください。",
|
|
215
301
|
"configuration.updateImportsOnPaste": "コードの貼り付け時にインポートを自動的に更新します。TypeScript 5.6 以降が必要です。",
|
|
302
|
+
"configuration.updateImportsOnPaste.enabled.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.updateImportsOnPaste.enabled#` を使用してください。",
|
|
303
|
+
"configuration.validate.enable": "JavaScript と TypeScript の検証を有効または無効にします。",
|
|
304
|
+
"configuration.validate.enable.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.validate.enabled#` を使用してください。",
|
|
305
|
+
"configuration.validation": "検証",
|
|
306
|
+
"configuration.workspaceSymbols.excludeLibrarySymbols.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.workspaceSymbols.excludeLibrarySymbols#` を使用してください。",
|
|
307
|
+
"configuration.workspaceSymbols.scope.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.workspaceSymbols.scope#` を使用してください。",
|
|
216
308
|
"description": "JavaScript と TypeScript ファイルに豊富な言語サポートを提供。",
|
|
217
|
-
"displayName": "
|
|
309
|
+
"displayName": "JavaScript と TypeScript の言語機能",
|
|
310
|
+
"format.enable": "既定の JavaScript フォーマッタと TypeScript フォーマッタを有効または無効にします。",
|
|
218
311
|
"format.indentSwitchCase": "switch ステートメントの case 句をインデントします。ワークスペースで TypeScript 5.1+ を使用する必要があります。",
|
|
219
312
|
"format.insertSpaceAfterCommaDelimiter": "コンマ区切り記号の後のスペース処理を定義します。",
|
|
220
313
|
"format.insertSpaceAfterConstructor": "コンストラクター キーワードの後のスペース処理を定義します。",
|
|
@@ -243,26 +336,26 @@
|
|
|
243
336
|
"javascript.goToProjectConfig.title": "プロジェクト構成 (jsconfig / tsconfig) に移動",
|
|
244
337
|
"javascript.preferences.jsxAttributeCompletionStyle.auto": "グッズの種類に基づく属性名の後に `={}` または `=\"\"` を挿入します。文字列属性に使用される引用符の種類を制御するには、`#javascript.preferences.quoteStyle#` を参照してください。",
|
|
245
338
|
"javascript.preferences.organizeImports": "インポートの順序を制御する詳細な設定です。",
|
|
246
|
-
"javascript.referencesCodeLens.enabled": "JavaScript ファイル内で CodeLens の参照を有効/無効にします。",
|
|
247
|
-
"javascript.referencesCodeLens.showOnAllFunctions": "JavaScript ファイル内のすべての関数で CodeLens への参照を有効または無効にします。",
|
|
248
339
|
"javascript.suggestionActions.enabled": "エディター内で JavaScript ファイルの診断の提案を有効または無効にします。",
|
|
249
340
|
"javascript.validate.enable": "JavaScript の検証を有効/無効にします。",
|
|
250
341
|
"reloadProjects.title": "プロジェクトの再読み込み",
|
|
251
342
|
"taskDefinition.tsconfig.description": "TS ビルドを定義する tsconfig ファイル。",
|
|
252
343
|
"typescript.autoClosingTags": "JSX タグの自動終了を有効または無効にします。",
|
|
253
344
|
"typescript.check.npmIsInstalled": "npm が [自動タイプ取得](https://code.visualstudio.com/docs/nodejs/working-with-javascript#_typings-and-automatic-type-acquisition) 用にインストールされているかどうかを確認します。",
|
|
345
|
+
"typescript.check.npmIsInstalled.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.tsserver.checkNpmIsInstalled#` を使用してください。",
|
|
254
346
|
"typescript.disableAutomaticTypeAcquisition": "[自動タイプ取得](https://code.visualstudio.com/docs/nodejs/working-with-javascript#_typings-and-automatic-type-acquisition) を無効にします。自動タイプ取得では、外部ライブラリの IntelliSense を向上させるために、npm から '@types' パッケージが取得されます。",
|
|
347
|
+
"typescript.disableAutomaticTypeAcquisition.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.tsserver.automaticTypeAcquisition.enabled#` を使用してください。",
|
|
255
348
|
"typescript.enablePromptUseWorkspaceTsdk": "ワークスペースで Intellisense 用に構成されている TypeScript バージョンを使用することについてユーザーへの確認を有効にします。",
|
|
349
|
+
"typescript.enablePromptUseWorkspaceTsdk.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.tsdk.promptToUseWorkspaceVersion#` を使用してください。",
|
|
256
350
|
"typescript.findAllFileReferences": "ファイル参照の検索",
|
|
257
351
|
"typescript.format.enable": "既定の TypeScript フォーマッタを有効/無効にします。",
|
|
258
352
|
"typescript.goToProjectConfig.title": "プロジェクト構成 (tsconfig) に移動",
|
|
259
353
|
"typescript.goToSourceDefinition": "ソース定義に移動",
|
|
260
|
-
"typescript.implementationsCodeLens.enabled": "CodeLens の実装を有効/無効にします。この CodeLens は interface の実装を表示します。",
|
|
261
|
-
"typescript.implementationsCodeLens.showOnAllClassMethods": "CodeLens の実装を、抽象メソッドに対してのみでなく、すべてのクラス メソッドの上に表示することを有効または無効にします。",
|
|
262
|
-
"typescript.implementationsCodeLens.showOnInterfaceMethods": "インターフェイス メソッドで CodeLens の実装を有効または無効にします。",
|
|
263
354
|
"typescript.locale": "JavaScript と TypeScript のエラーを報告するために使用するロケールを設定します。既定では VS Code のロケールを使用します。",
|
|
264
355
|
"typescript.locale.auto": "VS Code の構成済みの表示言語を使用します。",
|
|
356
|
+
"typescript.locale.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.locale#` を使用してください。",
|
|
265
357
|
"typescript.npm": "[自動タイプ取得](https://code.visualstudio.com/docs/nodejs/working-with-javascript#_typings-and-automatic-type-acquisition) に使われる npm 実行可能ファイルへのパスを指定します。",
|
|
358
|
+
"typescript.npm.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.tsserver.npm.path#` を使用してください。",
|
|
266
359
|
"typescript.openTsServerLog.title": "TS サーバーのログを開く",
|
|
267
360
|
"typescript.preferences.autoImportFileExcludePatterns": "自動インポートから除外するファイルの glob パターンを指定します。相対パスは、ワークスペース ルートを基準に解決されます。パターンは、tsconfig.json ['exclude'](https://www.typescriptlang.org/tsconfig#exclude) セマンティクスを使用して評価されます。",
|
|
268
361
|
"typescript.preferences.autoImportSpecifierExcludeRegexes": "一致するインポート指定子を使用して、自動インポートを除外する正規表現を指定します。例:\r\n\r\n- `^node:`\r\n- `lib/internal' (スラッシュはエスケープする必要ありません...)\r\n- `/lib\\/internal/i` (...`i` フラグまたは `u` フラグに周囲のスラッシュを含めない限り)\r\n- `^lodash$` (lodash からのサブパス インポートのみを許可)",
|
|
@@ -315,8 +408,6 @@
|
|
|
315
408
|
"typescript.problemMatchers.tsc.label": "TypeScript の問題",
|
|
316
409
|
"typescript.problemMatchers.tscWatch.label": "TypeScript の問題 (ウォッチ モード)",
|
|
317
410
|
"typescript.problemMatchers.tsgo-watch.label": "TypeScript の問題 (ウォッチ モード)",
|
|
318
|
-
"typescript.referencesCodeLens.enabled": "TypeScript ファイルで CodeLens の参照を有効/無効にします。",
|
|
319
|
-
"typescript.referencesCodeLens.showOnAllFunctions": "有効および無効は、TypeScript ファイル内のすべての関数で CodeLens を参照します。",
|
|
320
411
|
"typescript.removeUnusedImports": "未使用のインポートの削除",
|
|
321
412
|
"typescript.reportStyleChecksAsWarnings": "スタイル チェックを警告として報告します。",
|
|
322
413
|
"typescript.restartTsServer": "TS サーバーを再起動",
|
|
@@ -328,19 +419,24 @@
|
|
|
328
419
|
"typescript.tsc.autoDetect.build": "単一の実行コンパイルタスクのみを作成します。",
|
|
329
420
|
"typescript.tsc.autoDetect.off": "この機能を無効にします。",
|
|
330
421
|
"typescript.tsc.autoDetect.on": "ビルドとウォッチ、両方のタスクを作成します。",
|
|
422
|
+
"typescript.tsc.autoDetect.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.tsc.autoDetect#` を使用してください。",
|
|
331
423
|
"typescript.tsc.autoDetect.watch": "コンパイルタスクとウォッチタスクのみを作成します。",
|
|
332
424
|
"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) をご覧ください。",
|
|
333
|
-
"typescript.
|
|
425
|
+
"typescript.tsdk.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.tsdk.path#` を使用してください。",
|
|
334
426
|
"typescript.tsserver.enableTracing": "ディレクトリへの TS サーバーのパフォーマンスのトレースを有効にします。これらのトレース ファイルは TS サーバーのパフォーマンスの問題を診断するために使用できます。ログには、プロジェクトのファイル パス、ソース コード、その他の潜在的に機密性の高い情報が含まれている場合があります。",
|
|
427
|
+
"typescript.tsserver.enableTracing.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.tsserver.tracing.enabled#` を使用してください。",
|
|
335
428
|
"typescript.tsserver.log": "ファイルへの TS サーバーのログを有効にします。このログは TS サーバーの問題を診断するために使用できます。ログには、プロジェクトのファイルパス、ソースコード、その他の潜在的に機密性の高い情報が含まれている場合があります。",
|
|
429
|
+
"typescript.tsserver.log.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.tsserver.log#` を使用してください。",
|
|
336
430
|
"typescript.tsserver.pluginPaths": "TypeScript 言語サービス プラグインを検出する追加のパス。",
|
|
337
431
|
"typescript.tsserver.pluginPaths.item": "絶対または相対パスのいずれか。相対パスはワークスペース フォルダーに対して解決されます。",
|
|
432
|
+
"typescript.tsserver.pluginPaths.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.tsserver.pluginPaths#` を使用してください。",
|
|
338
433
|
"typescript.tsserver.trace": "TS サーバーに送信されるメッセージのトレースを有効にします。このトレースは TS サーバーの問題を診断するために使用できます。トレースには、プロジェクトのファイルパス、ソースコード、その他の潜在的に機密性の高い情報が含まれている場合があります。",
|
|
339
434
|
"typescript.updateImportsOnFileMove.enabled": "VS Code で名前変更や移動を行ったファイルのインポート パスの自動更新を有効または無効にします。",
|
|
340
435
|
"typescript.updateImportsOnFileMove.enabled.always": "常に自動的にパスを更新します。",
|
|
341
436
|
"typescript.updateImportsOnFileMove.enabled.never": "パスの名前を変更せず確認も行いません。",
|
|
342
437
|
"typescript.updateImportsOnFileMove.enabled.prompt": "名前を変更するときに確認をします。",
|
|
343
438
|
"typescript.useTsgo": "TypeScript Go の試験的な拡張機能を使用できるようにするには、TypeScript と JavaScript の言語機能を無効にします。TypeScript Go をインストールして構成する必要があります。この設定を変更した後に拡張機能を再読み込みする必要があります。",
|
|
439
|
+
"typescript.useTsgo.unifiedDeprecationMessage": "この設定は非推奨です。代わりに `#js/ts.experimental.useTsgo#` を使用してください。",
|
|
344
440
|
"typescript.validate.enable": "TypeScript の検証を有効/無効にします。",
|
|
345
441
|
"typescript.workspaceSymbols.excludeLibrarySymbols": "`ワークスペース内のシンボルに移動` の結果で、ライブラリ ファイルから取得したシンボルを除外します。ワークスペースで TypeScript 5.3 以降を使用する必要があります。",
|
|
346
442
|
"typescript.workspaceSymbols.scope": "[ワークスペース内のシンボルへの移動](https://code.visualstudio.com/docs/editor/editingevolved#_open-symbol-by-name) でどのファイルを検索するかを制御します。",
|