In a similar way to #612 with java.util.Duration, the following code generates an error in the VS Code UI:
@ConfigProperty(name = "app.duration", defaultValue = "PT15M")
Duration duration;
❌ The error message looks like that :
'PT15M' does not match the expected type of 'Duration'.microprofile-config(DEFAULT_VALUE_IS_WRONG_TYPE)
In a similar way to #612 with
java.util.Duration, the following code generates an error in the VS Code UI:❌ The error message looks like that :