For example, in my `application.properties` I have: ```properties %prod.quarkus.datasource.username = ${DBUSER:sa} ``` In vscode, I get red squigglies:  And the hover tooltip says:  Yet the app works as expected!
For example, in my
application.propertiesI have:%prod.quarkus.datasource.username = ${DBUSER:sa}In vscode, I get red squigglies:
And the hover tooltip says:
Yet the app works as expected!