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

feat: use the new ScalaAction from BSP4J #2284

Merged
merged 4 commits into from
Jul 14, 2023
Merged

Commits on Jul 13, 2023

  1. feat: use the new ScalaAction from BSP4J

    This is a simplified version of
    VirtusLab#1969 that gets rid of the
    `ActionableDiagnostic` that is used internally and instead just ensures
    that any time a `TextEdit` is created there is a `title`. Then we take
    all the information already contained in the `Diagnostic` and make a
    `ScalaAction` from it to be forwarded via the diagnostic data.
    ckipp01 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    2e9e968 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    8f6ca2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4287d03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65bb4de View commit details
    Browse the repository at this point in the history