Skip to content

agda/agda-language-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agda Language Server

Supported versions of Agda

These are the currently supported versions of Agda:

  • Agda-2.8.0
  • Agda-2.7.0.1
  • Agda-2.6.4.3

All releases will come with binaries built with these versions of Agda.

We plan to make the codebase compatible with at most 3 versions of Agda at a single time. Because otherwise we'd be drowned by CPP macros for conditional compilation.

Installation

The simplest way of acquiring Agda Language Server is through agda-mode on VS Code. Follow the instructions and the language server should be installed within seconds.

Prebuilt binaries

You can also download prebuilt binaries from the release page if you are using other LSP-compatible text editors.

Supported platforms: Windows, Mac, and Ubuntu.

Development releases

For testing the latest features and bug fixes, you can download development pre-releases:

  • Stable releases: Tagged as v6, v7, etc. - recommended for general use
  • Development releases: Tagged as dev - latest features, may be unstable

Development releases are updated as needed and contain the latest changes from the main branch.

Build from source

You will need Haskell Stack to build the project:

stack install

Versioning

Single-digit versioning for the language server itself - people mostly just care about the Agda version it supports anyway.

Why make it standalone?

Hacking

This language server is co-developed alongside agda-mode on VS Code.

TCP server for development

To make development easier, you can host the language server locally at localhost:4096 by running :main -p in the REPL (stack repl).

Add lsp://localhost:4096 to agdaMode.connection.paths in VS Code's settings, then hit C-x C-s to select it as the endpoint.

This allows you to reload the language server in the REPL without recompiling and reinstalling the whole project every time you make changes.

Creating development releases

To create a development pre-release, push to the dev branch:

git push origin master:dev

This creates/updates the dev pre-release with artifacts for the latest Agda version on all platforms.

About

Language Server for Agda

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 8