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

Some "unrecognized property" `microprofile(unknown)` #734

Open gian1200 opened 4 months ago

gian1200 commented 4 months ago

Warning:

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

There are some properties that are wrongly flagged. Some of them used to be correctly identified in Quarkus 2, not anymore in Quarkus 3.

Used to work

(possibly related to: https://github.com/quarkusio/quarkus/issues/32943)

image

New ones

image image

image image

angelozerr commented 1 month ago

The db-kind property is defined https://github.com/quarkusio/quarkus/blob/0109749726be6e5aafd2943f620a64be2b1220fe/extensions/datasource/runtime/src/main/java/io/quarkus/datasource/runtime/DataSourceBuildTimeConfig.java#L17 but I have not found where this interface is used to compute the property starting with quatkus.datasource

@ia3andy have you some idea how this property is computed?