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
If you delete .vscode/tasks.json then rerun the "Quarkus: Debug current Quarkus project" command, it should work. However, it would be nice to automatically fix the tasks.json when mvnw is missing, since it makes sense that some people would delete the mvnw.
if no mvnw exist in project debug quarkus fails trying to run
./mvnw quarkus:dev
...could run
mvn quarkus:dev
to rely on path ...or at least tell user how they configure which command it will run.The text was updated successfully, but these errors were encountered: