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

Commits on Mar 19, 2024

  1. bugfix: Fix showing Scala 3 diagnostics

    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.
    tgodzik committed Mar 19, 2024
    Copy the full SHA
    744735f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Copy the full SHA
    7928ed8 View commit details
    Browse the repository at this point in the history