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
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Agda Language Server
2
2
3
+
## Supported versions of Agda
4
+
5
+
These are the currently supported versions of Agda:
6
+
* Agda-2.7.0.1
7
+
* Agda-2.6.4.3
8
+
* Agda-2.6.3
9
+
10
+
All releases will come with binaries built with these versions of Agda.
11
+
12
+
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.
13
+
3
14
## Installation
4
15
5
16
The simplest way of acquiring Agda Language Server is through [agda-mode on VS Code](https://github.com/banacorn/agda-mode-vscode#agda-language-server).
0 commit comments