Open
Description
I want to debug the quarkus application using the internal debugger
First to have a clean workspace I press the Rebuild All
and every class seems good. All of them are either yellow or green.
Now I start via Debug quarkus:dev (server)
in launch.json, running ./mvnw quarkus:dev -Dliquibase.secureParsing=false
from tasks.json (see enclosed) maven starts and suddenly the building starts again
After quarkus:dev reached its final state, I have lots of build errors
and vscode complaining about corrupt classes
It seems somehow that vscode and the commandline tool seem to interfere and each doing its own imcompatible build!
What is wrong here? What do I need to change??