take overall preference for spring xml support into account for spel syntax validation for xml files
This commit is contained in:
@@ -63,7 +63,7 @@ public class SpringXMLLanguageServerComponents implements LanguageServerComponen
|
||||
this.reconcileEngine = new SpringXMLReconcileEngine(projectFinder);
|
||||
|
||||
config.addListener(ignore -> {
|
||||
reconcileEngine.setSpelExpressionSyntaxValidationEnabled(config.isSpelExpressionValidationEnabled());
|
||||
reconcileEngine.setSpelExpressionSyntaxValidationEnabled(config.isSpelExpressionValidationEnabled() && config.isSpringXMLSupportEnabled());
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user