Skip to content

./mvnw quarkus:dev and VSCODE Java build seem to interfere #999

Open
@col-panic

Description

@col-panic

I want to debug the quarkus application using the internal debugger

First to have a clean workspace I press the Rebuild All

Image

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

Image

After quarkus:dev reached its final state, I have lots of build errors

Image

and vscode complaining about corrupt classes

Image

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??

launch.json
tasks.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions