microsoft / microsoft/vscode-java-test
Consider to expose `Enable Java Tests` command
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 340
- Forks
- 173
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 18
Description
When I open a Java project without build tool, Enable Java Tests feature always help me to setup my test framework, it saves my life. But if there is something wrong with my test library, e.g., removing hamcrest jar file in JUnit test framework, I have no way to repair the test library since Enable Java Tests can't be found in any place now. In this way, is it possible to put it in the command palette as well?
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
Start by locating the existing Enable Java Tests command and its command registration in the extension. Check how commands are exposed in the command palette, then verify that Enable Java Tests is available there for Java projects without a build tool.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, typescript
- Domain
- developer-experience, testing
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100