Skip to content

Commit

Permalink
Fix ability to disable "no grammar" message
Browse files Browse the repository at this point in the history
Fixes redhat-developervscode-xml#467

Signed-off-by: David Thompson <[email protected]>
  • Loading branch information
datho7561 committed May 6, 2021
1 parent bbe8fb0 commit c40f87f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ public XMLValidationSettings merge(XMLValidationSettings settings) {
this.namespaces = settings.namespaces;
this.schema = settings.schema;
this.enabled = settings.enabled;
this.noGrammar = settings.noGrammar;
this.disallowDocTypeDecl = settings.disallowDocTypeDecl;
this.resolveExternalEntities = settings.resolveExternalEntities;
}
Expand Down

0 comments on commit c40f87f

Please sign in to comment.