eclipse buildship 插件中缺少参数选项卡
Arguments tab missing in eclipse buildship plugin
'Aguments' 选项卡在 eclipse 的 'run configuration' 中不可见。
重现步骤:
创建 build.gradle 文件
点击'run as'下拉->运行配置->selectgradle任务->点击右上角'new'
这将创建 'new_configuration',并且这些选项卡应该可见。
eclipse 版本是 2020-12
我想在 'common' 选项卡旁边看到 'arguments' 选项卡。也很少有其他标签丢失,例如 java
下图包含所有内容,但我只看到上图情况。
如何引入'java'和'Arguments'选项卡?
Java主页选项卡和参数 选项卡已被 删除以避免与 Eclipse Buildship 3.0 中的 项目设置 选项卡 冗余,后者已 released December 5, 2018.
Donát Csikós gives the following explanation in the description of the pull request:
I've removed arguments and java home tabs from the run configuration
dialog as it provided duplicate functionality.
'Aguments' 选项卡在 eclipse 的 'run configuration' 中不可见。
重现步骤: 创建 build.gradle 文件 点击'run as'下拉->运行配置->selectgradle任务->点击右上角'new'
这将创建 'new_configuration',并且这些选项卡应该可见。
eclipse 版本是 2020-12
我想在 'common' 选项卡旁边看到 'arguments' 选项卡。也很少有其他标签丢失,例如 java 下图包含所有内容,但我只看到上图情况。
如何引入'java'和'Arguments'选项卡?
Java主页选项卡和参数 选项卡已被 删除以避免与 Eclipse Buildship 3.0 中的 项目设置 选项卡 冗余,后者已 released December 5, 2018.
Donát Csikós gives the following explanation in the description of the pull request:
I've removed arguments and java home tabs from the run configuration dialog as it provided duplicate functionality.