microsoft / microsoft/vscode-java-pack
Quick actions in problem window doesn't work
Open
Nobody has claimed this yet.
ai-triaged
bug
codespace
- Dominant language
- TypeScript
- Stars
- 352
- Forks
- 166
- Avg merge
- 17h 47m
- Merged PRs (30d)
- 32
Description
Environment:
- VS Code Version: Github Codespace
- Extension Version: 1.27.0
- JDK Type & Version: java 21
- OS Type & Version: windows
Step to Reproduce:
- Clone and open https://github.com/redhat-developer/vscode-java/tree/master/test/resources/projects/eclipse/simple-app
- Disable 'PasteAs' in settings > Open a java file and paste 'File f = new File("demo.txt");'
- Go to problem window > Click on error message, the line of error will be highlighted > Then click on light blub, all actions here don't work
Expected Behavior:
Quick actions in problem should work well.
Actual Behavior:
Contributor guide
No contributing guide indexed for this repository
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 reproducing the failure in test/resources/projects/eclipse/simple-app using the reported VS Code, extension, Java 21, Windows, and PasteAs-disabled setup. Inspect the quick-action flow used from the Problems window and compare it with actions invoked elsewhere. Done means the light-bulb actions execute successfully from the highlighted problem.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, typescript, vscode
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100