redhat-developer / redhat-developer/vscode-java
project and bin folders being created even when excluded
Đang mở
@snjeza đang làm issue này rồi.
Từ ngày 15/3/2018.
bug
- Ngôn ngữ chính
- TypeScript
- Star
- 2.3k
- Fork
- 546
- Merge trung bình
- 20 giờ 1 phút
- Pull request đã merge (30 ngày)
- 11
Mô tả
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.
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Đánh giá
Issue này chưa được đánh giá.