Open multiple workspace folders containing Maven Quarkus projects in VS Code like so:
project1/
project2/
project3/
Do not open any file (ensure there are no open editors), just have the folders loaded in VS Code.
When calling the debug command (Quarkus: Debug current Quarkus project), we currently do not know which Quarkus project should be debugged.
In this case, I propose to add an input box, similar to what we already have for the Add Extensions wizard:

Something like that could help determine which Quarkus project to debug.
Open multiple workspace folders containing Maven Quarkus projects in VS Code like so:
Do not open any file (ensure there are no open editors), just have the folders loaded in VS Code.
When calling the debug command (Quarkus: Debug current Quarkus project), we currently do not know which Quarkus project should be debugged.
In this case, I propose to add an input box, similar to what we already have for the Add Extensions wizard:

Something like that could help determine which Quarkus project to debug.