microsoft / microsoft/vscode-java-debug
Improve the error handling of Run Java button
Open
@testforstephen is already working on this.
Since Dec 1, 2021.
ai-triaged
enhancement
launch
ux
- Dominant language
- TypeScript
- Stars
- 591
- Forks
- 429
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 19
Description
This is a follow-up with the issue https://github.com/microsoft/vscode-java-pack/issues/832#issuecomment-983425656.
I can simply reproduce it by dragging in a .java file without opening any folder.
Run Java: silent failure
Debug Java: silent failure
F5: silent failure with a debugging toolbar.
We should probably optimize debugger extension for such case. Beginners might get stuck on this due to silent failure.
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.
Assessment
This issue has not been assessed yet.