You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.