Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nothing happens when chosen anything under 'New Java File' #14743

Closed
msujew opened this issue Jan 19, 2025 · 1 comment · Fixed by #14754
Closed

Nothing happens when chosen anything under 'New Java File' #14743

msujew opened this issue Jan 19, 2025 · 1 comment · Fixed by #14754
Labels
bug bugs found in the application commands issues related to application commands vscode issues related to VSCode compatibility

Comments

@msujew
Copy link
Member

msujew commented Jan 19, 2025

Discussed in #14740

Originally posted by ksiazekm January 19, 2025
Hey, I have simple Java project as shown in the attached screenshot.
Screenshot From 2025-01-19 21-33-28
When I tried to use 'New Java File' -> done from tree with root of 'TEST1' (upper tree from screenshot) then nothing happened on the UI nor on the console from which I run the AppImage executable.
But when I do 'New' but using tree of root 'test1' (lower tree from the screenshot) it works as expected. Is that correct?

@msujew
Copy link
Member Author

msujew commented Jan 19, 2025

I've started looking into this. The Project Manager for Java extension calls the workbench.action.files.newUntitledFile command which is supposed to simply create a new untitled file. However, in our current implementation, the command actually just opens the quick pick selection again, which results in "nothing happening". I'll provide a PR tomorrow which fixes this issue.

@msujew msujew added vscode issues related to VSCode compatibility commands issues related to application commands debug issues that related to debug functionality bug bugs found in the application and removed debug issues that related to debug functionality labels Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bugs found in the application commands issues related to application commands vscode issues related to VSCode compatibility
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant