List properties are incorrectly recognized/validated #431
Labels
bug
Something isn't working
completion
properties-files
Features supported in microprofile-config.properties
validation
In application properties,
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:
initially reported as redhat-developer/intellij-quarkus#1248
See also see https://quarkus.io/guides/config-reference#indexed-properties
Completion should return only
quarkus.native.resources.excludes
(no trailing[*]
)The text was updated successfully, but these errors were encountered: