Skip to content

Commit 4f6c2e8

Browse files
committed
revert main class description label from pr PR #383
1 parent 5792e8e commit 4f6c2e8

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

vscode/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@
279279
"properties": {
280280
"mainClass": {
281281
"type": "string",
282+
"description": "%jdk.debugger.configuration.mainClass.description%",
282283
"markdownDescription": "%jdk.debugger.configuration.mainClass.markdownDescription%",
283284
"default": "${file}"
284285
},

vscode/package.nls.ja.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"jdk.configuration.disableProjectSearchLimit.description": "拡張オプション: プロジェクト情報が含まれているフォルダの検索に対する制限を無効化します。",
4949
"jdk.configuration.telemetry.enabled.description": "Javaプラットフォームの改善を支援するために、Oracle Java extension for Visual Studio Code (\"JVSCE\")での、匿名テクニカル・データ(一般的に\"テレメトリ・データ\"と呼ばれる)の収集およびOracleへの送信を許可します。個人情報およびソース・コードは収集されません。JVSCEのデータ収集およびプライバシ・ポリシーはhttps://github.com/oracle/javavscode/blob/main/vscode/TELEMETRY.mdを参照してください",
5050
"jdk.configuration.telemetry.enabled.markdownDescription": "Javaプラットフォームの改善を支援するために、Oracle Java extension for Visual Studio Code (\"*JVSCE*\")での、匿名テクニカル・データ(一般的に\"*テレメトリ・データ*\"と呼ばれる)の収集およびOracleへの送信を許可します。個人情報およびソース・コードは収集されません。JVSCEのデータ収集およびプライバシ・ポリシーは[TELEMETRY.md](https://github.com/oracle/javavscode/blob/main/vscode/TELEMETRY.md)を参照してください。",
51+
"jdk.debugger.configuration.mainClass.description": "プログラムのメイン・クラスへの絶対パス。",
5152
"jdk.debugger.configuration.mainClass.markdownDescription": "メイン・クラス仕様。サポートされているフォーマット:\n - 絶対パス\n - 任意のワークスペース・フォルダからの相対パス\n - クラスの完全修飾名。",
5253
"jdk.debugger.configuration.classPaths.description": "JVMの起動のためのクラスパス。",
5354
"jdk.debugger.configuration.console.description": "プログラムを起動する指定されたコンソール。",

vscode/package.nls.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"jdk.configuration.disableProjectSearchLimit.description": "Advanced option: disable limits on searching in containing folders for project information.",
4949
"jdk.configuration.telemetry.enabled.description": "Allow the Oracle Java extension for Visual Studio Code (\"JVSCE\") to collect and send anonymous technical data commonly known as \"telemetry data\" to Oracle to help improve the Java platform. No personal information nor source code is collected. You may refer to the data collection and privacy policy for JVSCE at https://github.com/oracle/javavscode/blob/main/vscode/TELEMETRY.md",
5050
"jdk.configuration.telemetry.enabled.markdownDescription": "Allow the Oracle Java extension for Visual Studio Code (\"*JVSCE*\") to collect and send anonymous technical data commonly known as \"*telemetry data*\" to Oracle to help improve the Java platform. No personal information nor source code is collected. You may refer to the data collection and privacy policy for JVSCE at [TELEMETRY.md](https://github.com/oracle/javavscode/blob/main/vscode/TELEMETRY.md).",
51+
"jdk.debugger.configuration.mainClass.description": "Absolute path to the program main class",
5152
"jdk.debugger.configuration.mainClass.markdownDescription": "Main class specification. Supported formats:\n - an absolute path\n - a path relative to any of the workspace folders\n - a fully qualified name of a class.",
5253
"jdk.debugger.configuration.classPaths.description": "The classpaths for launching the JVM.",
5354
"jdk.debugger.configuration.console.description": "The specified console to launch the program.",

vscode/package.nls.zh-cn.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"jdk.configuration.disableProjectSearchLimit.description": "高级选项:禁用在包含项目信息的文件夹中搜索的限制。",
4949
"jdk.configuration.telemetry.enabled.description": "允许 Oracle Java Extension for Visual Studio Code (\"JVSCE\") 收集匿名技术数据(通常称为“遥测数据”)并将其发送给 Oracle,以帮助改进 Java 平台。不会收集任何个人信息或源代码。有关 JVSCE 的数据收集和隐私政策,请参阅 https://github.com/oracle/javavscode/blob/main/vscode/TELEMETRY.md",
5050
"jdk.configuration.telemetry.enabled.markdownDescription": "允许 Oracle Java Extension for Visual Studio Code (\"*JVSCE*\") 收集匿名技术数据(通常称为“*遥测数据*”)并将其发送给 Oracle,以帮助改进 Java 平台。不会收集任何个人信息或源代码。有关 JVSCE 的数据收集和隐私政策,请参阅 [TELEMETRY.md](https://github.com/oracle/javavscode/blob/main/vscode/TELEMETRY.md)",
51+
"jdk.debugger.configuration.mainClass.description": "程序主类的绝对路径。",
5152
"jdk.debugger.configuration.mainClass.markdownDescription": "主类规格。支持的格式:\n - 绝对路径\n - 相对于任意工作区文件夹的路径\n - 全限定类名。",
5253
"jdk.debugger.configuration.classPaths.description": "用于启动 JVM 的类路径。",
5354
"jdk.debugger.configuration.console.description": "用于启动程序的指定控制台。",

0 commit comments

Comments
 (0)