redhat-developer / redhat-developer/vscode-java

project and bin folders being created even when excluded

Open
#468 14 comments 4 reactions 1 assignee View on GitHub

@snjeza is already working on this.

Since Mar 15, 2018.

bug
Dominant language
TypeScript
Stars
2.3k
Forks
546
Avg merge
20h 1m
Merged PRs (30d)
11

Description

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.