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

Fully support use of workspace/configuration #512

Merged
merged 10 commits into from
Aug 24, 2023
Merged

Commits on Aug 22, 2023

  1. Fully support use of workspace/configuration

    `lsp` will now rely primarily on `workspace/configuration` to get
    configuration from the client. See `Note [LSP configuration]` for
    details.
    
    `lsp-test` also now handles `workspace/configuration` properly.
    michaelpj committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    9146668 View commit details
    Browse the repository at this point in the history
  2. Add a comment

    michaelpj committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    4945a6a View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Stateful ignoring

    michaelpj committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    5892575 View commit details
    Browse the repository at this point in the history
  2. Config as Object

    michaelpj committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    87134a4 View commit details
    Browse the repository at this point in the history
  3. Expose more functions

    michaelpj committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    0ca285e View commit details
    Browse the repository at this point in the history
  4. More

    michaelpj committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    8deb61b View commit details
    Browse the repository at this point in the history
  5. Put back monadio import

    michaelpj committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9e756f9 View commit details
    Browse the repository at this point in the history
  6. Put back monad trans import

    michaelpj committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    130e2c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Comments

    michaelpj committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    89f7e25 View commit details
    Browse the repository at this point in the history
  2. More changelog

    michaelpj committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    9557ea7 View commit details
    Browse the repository at this point in the history