redhat-developer / redhat-developer/vscode-java
project and bin folders being created even when excluded
Abierto
@snjeza ya está trabajando en esto.
Desde el 15/3/2018.
bug
- Lenguaje dominante
- TypeScript
- Estrellas
- 2.3k
- Forks
- 546
- Merge medio
- 20 h 1 min
- PR fusionados (30 d)
- 11
Descripción
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.
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.