redhat-developer / redhat-developer/vscode-java

project and bin folders being created even when excluded

オープン
#468 コメント 14 件 リアクション 4 件 担当者 1 名 GitHub で見る

@snjeza がすでに取り組んでいます。

2018年3月15日 から。

bug
主要言語
TypeScript
スター
2.3k
フォーク
546
平均マージ
20時間 1分
マージ済み PR(30日)
11

説明

I am working on a project that has gradle build files in it, however those build files are not directly built in the project, and just stored there for distribution. However, the java plugin it still creating the .project and bin/.project files even if I have the following settings set in my settings.json file. (/resources) is where my files are.

    "java.import.gradle.enabled": false,
    "java.import.maven.enabled": false,
    "java.import.exclusions": [
        "**/node_modules/**",
        "**/.metadata/**",
        "**/archetype-resources/**",
        "**/META-INF/maven/**",
        "**/resources/**"
    ],
    "java.configuration.updateBuildConfiguration": "disabled"

There needs to be a way to completely disable the plugin from the settings so we don't get those files created on any repo that contains a build.gradle file.

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。