You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in #1066 , one of the things that language clients might care to know, is what XML schemas are most popular. This might help focus efforts towards relevant support. For example, if a lot of people are using http://maven.apache.org/xsd/maven-4.0.0.xsd, then maybe more focus on lemminx-maven should be given.
- Fixeseclipse-lemminx#1105
- When exactly 1 grammar reference exists per file, simply send the
relevant values (not a list of size 1). Otherwise, send the values as
a list
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
- Fixeseclipse-lemminx#1105
- Do not report local grammars
- When exactly 1 grammar reference exists per file, simply send the
relevant values (not a list of size 1). Otherwise, send the values as
a list
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
rgrunber
added a commit
to rgrunber/lemminx
that referenced
this issue
Aug 27, 2021
- Fixeseclipse-lemminx#1105
- Do not report local grammars
- When exactly 1 grammar reference exists per file, simply send the
relevant values (not a list of size 1). Otherwise, send the values as
a list
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
- Fixes#1105
- Do not report local grammars
- When exactly 1 grammar reference exists per file, simply send the
relevant values (not a list of size 1). Otherwise, send the values as
a list
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
As discussed in #1066 , one of the things that language clients might care to know, is what XML schemas are most popular. This might help focus efforts towards relevant support. For example, if a lot of people are using
http://maven.apache.org/xsd/maven-4.0.0.xsd
, then maybe more focus on lemminx-maven should be given.As with the previous issue, this can be done through https://github.com/eclipse/lemminx/blob/master/org.eclipse.lemminx/src/main/java/org/eclipse/lemminx/extensions/contentmodel/model/ReferencedGrammarInfo.java
The text was updated successfully, but these errors were encountered: