eclipse / lsp4mp

Technology lsp4mp
Eclipse Public License 2.0
22 stars 27 forks source link

List properties are incorrectly recognized/validated #431

Open fbricon opened 11 months ago

fbricon commented 11 months ago

In application properties,

quarkus.native.resources.includes=names

is shown with an "unknown property" warning, but it's perfectly valid, as per https://quarkus.io/guides/writing-native-applications-tips#including-resources

We expect an indexed property instead:

Screenshot 2023-10-31 at 13 16 17 Screenshot 2023-10-31 at 13 05 46

initially reported as https://github.com/redhat-developer/intellij-quarkus/issues/1248

See also see https://quarkus.io/guides/config-reference#indexed-properties

Completion should return only quarkus.native.resources.excludes (no trailing [*])