Skip to content
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

bugfix: Fix showing Scala 3 diagnostics #544

Merged
merged 2 commits into from Mar 27, 2024

Conversation

tgodzik
Copy link
Contributor

@tgodzik tgodzik commented Mar 19, 2024

Previously, Scala 3 diagnostics would not be shown since they currently use rendered message, which is a pretty printed diagnostic. Now, I added a separate parser for Scala 3 compiler diagnostics.

Related scalameta/metals#6135

Previously, Scala 3 diagnsotics would not be shown since they currently use rendered message, which is a pretty printed diagnotic. Now, I added a separate parser for Scala 3 compiler diagnostics.
@agluszak
Copy link
Contributor

could you add an entry to the changelog? https://github.com/JetBrains/bazel-bsp/blob/master/CHANGELOG.md

@tgodzik
Copy link
Contributor Author

tgodzik commented Mar 27, 2024

could you add an entry to the changelog? https://github.com/JetBrains/bazel-bsp/blob/master/CHANGELOG.md

Done! Thanks

@agluszak agluszak merged commit 3629a3f into JetBrains:master Mar 27, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants