redhat-developer / redhat-developer/vscode-java
Make "java.import.gradle.wrapper.enabled" configurable on the Folder level
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 546
- Avg merge
- 20h 1m
- Merged PRs (30d)
- 11
Description
Make "java.import.gradle.wrapper.enabled" configurable on the Folder level. I want to have it disabled by default, but for some specific projects, the wrapper is required to be able to build the project, so for those Folders I want to enable the wrapper.
Environment
- Operating System: Windows 11
- JDK version: 17.0.2
- Visual Studio Code version: 1.65.2
- Java extension version: 1.4.0
Steps To Reproduce
n/a
Current Result
n/a
Expected Result
n/a
Additional Informations
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named in the issue. Start by locating the definition and handling of java.import.gradle.wrapper.enabled in the VS Code Java extension, then trace how configuration scopes are registered. Done means the setting can be disabled globally and enabled for selected folders without changing its default behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, typescript
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 42/100