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
For example, in https://github.com/eclipse/lemminx, org.w3c.dom.Node is imported in DTDEntityDecl but is never used. This is correctly reported when the document is closed, but once it's opened, the warning disappears.
The root cause is probably related to the unused tree scanner. Maybe it's not being registered correctly for working copies, or maybe its diagnostics are written over by something else.
The text was updated successfully, but these errors were encountered:
Duplicates with #763. This is supposed to be fixed by #808, but we reverted it by #818 due to some regressions. Mickael's recent change #822 can also fix it.
For example, in https://github.com/eclipse/lemminx,
org.w3c.dom.Node
is imported inDTDEntityDecl
but is never used. This is correctly reported when the document is closed, but once it's opened, the warning disappears.The root cause is probably related to the unused tree scanner. Maybe it's not being registered correctly for working copies, or maybe its diagnostics are written over by something else.
The text was updated successfully, but these errors were encountered: