We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following code generates an error in the VS Code UI:
public static enum Profile { admin, user } @ConfigProperty(name = "agogos.cli-profile", defaultValue = "user") Profile profile;
Although there should be an automatic converter applied for enums, the following error is displayed in the UI:
'user' does not match the expected type of 'Profile'.microprofile-config(DEFAULT_VALUE_IS_WRONG_TYPE)
The text was updated successfully, but these errors were encountered:
java.util.Duration
angelozerr
No branches or pull requests
The following code generates an error in the VS Code UI:
Although there should be an automatic converter applied for enums, the following error is displayed in the UI:
The text was updated successfully, but these errors were encountered: