-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Scala + gradle, error highlight doesn't work #720
Comments
this error was encountered at: https://github.com/tribbloid/scaffold-gradle-kts/tree/b421ae8cb778affaf3759a9b79b9462e161dd9ed |
You mean that it exists an IJ plugin which is based on LSP4IJ for scala? |
oh sorry, the above screenshot is from the official Scala plugin from JetBrains If error highlighting is set to "Compiler" it will ignore the report from metaLS |
If I understand correctly the jetbrains scala setting can disable validation from LSP4IJ ? |
yes that's my experience so far, I could speculate that most people needing LSP4IJ & metaLS integration also rely on IntelliJ Scala plugin for other features |
Do you see some publichDiagnostic in the LSP console? If no it means that error is not managed by metal LS. |
@angelozerr unfortunately this is not possible at the moment. metaLS had an issue that prevents the console from launching, see scalameta/metals#7072 for details are they also in traces or logs? can't see anything marked as Diagnostic |
If you dont see any lsp publishDiagnostic traces it is normal that you have no validation error. Perhaps metal ls expects some config to enable validation? The error validation that you have comes from the other scala intellij plugin, there is is no links with lsp4ij |
there is no trace or log error, how did this happen?
The text was updated successfully, but these errors were encountered: