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

Remove Alire support from lsp-mode Ada client. #4484

Merged
merged 1 commit into from
Jun 28, 2024

Commits on Jun 27, 2024

  1. Remove Alire support from lsp-mode Ada client.

    Alire support is now available directly in the Ada Language Server and
    handles the functionality currently implemented in lsp-mode.  In
    addition, when the project file is not specified by the LSP client,
    the language server will intelligently locate the project file using
    `alr` when an Alire configuration file exists.  Therefore, the default
    setting of the project file has been changed (from "default.gpr" to
    nil) to enable the server to automatically locate the project file in
    normal situations.  The server will also automatically find a project
    file for a non-Alire project if it uniquely exists in the root
    folder (i.e., no other project file exists in this folder).  The new
    project file default setting provides for a better out-of-the-box
    configuration to support common situations.
    brownts committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    753c931 View commit details
    Browse the repository at this point in the history