-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
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
Contribute to exclude property from validation #95
Comments
Here my idea how to contribute to exclude validation:
{
"validation": {
"unknown": {
"excluded": [
"camel.*"
]
}
}
} The idea is to provide the capability to contribute another settings (not the whole) from extension. @fbricon what do you think about this idea? |
interesting idea, but how do you handle conflicts between different colliding settings from different jars. Would the list of supported settings be restricted? |
My idea is to manage for the moment only exclude validation settings. Have you some usecase about conflicts? Perhaps one extension exclude only
Yes for the moment I would like to just take validation excluded settings. Enable codelens settings would be ignored for instance. My initial idea is to follow the same format than user settings by filtering settings (for the moment only validation excludeded will be get) |
I guess both exclusions apply (same as today), meaning camel.* will take precedence anyways |
Yes exactly, so we don't manage conflicts for this validation settings excluded. |
Fixes eclipse-lsp4mp#95 Signed-off-by: azerr <[email protected]>
Fixes eclipse-lsp4mp#95 Signed-off-by: azerr <[email protected]>
Fixes eclipse-lsp4mp#95 Signed-off-by: azerr <[email protected]>
Fixes eclipse-lsp4mp#95 Signed-off-by: azerr <[email protected]>
Fixes eclipse-lsp4mp#95 Signed-off-by: azerr <[email protected]>
Fixes eclipse-lsp4mp#95 Signed-off-by: azerr <[email protected]>
Fixes eclipse-lsp4mp#95 Signed-off-by: azerr <[email protected]>
Fixes eclipse-lsp4mp#95 Signed-off-by: azerr <[email protected]>
Fixes eclipse-lsp4mp#95 Signed-off-by: azerr <[email protected]>
Fixes eclipse-lsp4mp#95 Signed-off-by: azerr <[email protected]>
Fixes eclipse-lsp4mp#95 Signed-off-by: azerr <[email protected]>
Fixes #95 Signed-off-by: azerr <[email protected]>
See the issue redhat-developer/vscode-microprofile#22
Today user can exclude properties to ignore validation with settings. This issue gives the capability to contribute for excluded properties with Java SPI.
//cc @apupier
The text was updated successfully, but these errors were encountered: