We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Given this dependency (by assuming that the dependency is already downloaded), I hav eno error:
<dependency> <groupId>io.quarkiverse.web-bundler</groupId> <artifactId>quarkus-web-bundler</artifactId> <version>1.0.0-CR2</version> </dependency>
If I remove groupid
<dependency> <artifactId>quarkus-web-bundler</artifactId> <version>1.0.0-CR2</version> </dependency>
I have this error:
since we support now dependency validation. But the error range is not correct, it should higlight the dependency tag element.
dependency
To know that we could use the error message dependencies.dependency.groupId to higlight the dependency tag element instead just one character after >.
dependencies.dependency.groupId
It should be nice to provide a code action which generate the groupid tag element.
There are the same problem when you remove artifactid or version.
The text was updated successfully, but these errors were encountered:
@angelozerr Isn't this fixed with #479 ?
Sorry, something went wrong.
No it is a new usecase
No branches or pull requests
Given this dependency (by assuming that the dependency is already downloaded), I hav eno error:
If I remove groupid
I have this error:
since we support now dependency validation. But the error range is not correct, it should higlight the
dependency
tag element.To know that we could use the error message
dependencies.dependency.groupId
to higlight the dependency tag element instead just one character after >.It should be nice to provide a code action which generate the groupid tag element.
There are the same problem when you remove artifactid or version.
The text was updated successfully, but these errors were encountered: