redhat-developer / vscode-quarkus

Quarkus Tools for Visual Studio Code, by Red Hat
https://quarkus.io
Apache License 2.0
72 stars 27 forks source link

Many "Unrecognized property" "it is not referenced in any Java files microprofile(unknown)" #872

Open melodyfromheaven opened 1 week ago

melodyfromheaven commented 1 week ago

This source is an example from the repository: https://github.com/quarkusio/quarkus-quickstarts/tree/main/hibernate-orm-quickstart.

I am encountering warnings like the following:

"Unrecognized property 'quarkus.datasource.db-kind', it is not referenced in any Java files microprofile(unknown)"

1 2

angelozerr commented 1 week ago

Collecting properties from Java classes is not a trivial issue. I need to take some times to investigate the problem.

Please note that Quarkus team is working to provide those computed properties.

See https://github.com/quarkusio/quarkus/discussions/42671#discussioncomment-10566298