You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by ksiazekm January 19, 2025
Hey, I have simple Java project as shown in the attached screenshot.
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?
The text was updated successfully, but these errors were encountered:
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
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
Discussed in #14740
Originally posted by ksiazekm January 19, 2025
Hey, I have simple Java project as shown in the attached screenshot.
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?
The text was updated successfully, but these errors were encountered: