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
Spyglass appears to be reporting diagnostics for files inside the vanilla-mcdoc.tar.gz and mcmeta.tar.gz. Obviously, files inside these are not part of the project I have opened in my IDE, so it makes sense that IntelliJ logs an error in that case.
The text was updated successfully, but these errors were encountered:
Really cool that someone is working on an Intellij plugin! I'm guessing this is something specific to the intellij LSP client implementation, because I've definitely seen diagnostics for these archives reported in vscode.
That said, I guess it doesn't really make sense to have these reported in the workspace, and there have been questions from users whenever there are stray diagnostics in some of the vanilla-mcdoc files for example. So it'd probably be best to filter these out in the Spyglass language server based on the URI scheme.
Hey, I started working on a plugin for JetBrains that uses this LSP: https://github.com/JulianVennen/spyglass-mc-jetbrains
While working on that, I noticed numerous errors in my IntelliJ log that looked something like this:
After enabling debug logging which outputs all LSP messages, the following appeared:
Spyglass appears to be reporting diagnostics for files inside the vanilla-mcdoc.tar.gz and mcmeta.tar.gz. Obviously, files inside these are not part of the project I have opened in my IDE, so it makes sense that IntelliJ logs an error in that case.
The text was updated successfully, but these errors were encountered: