We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29c731 commit 4506e1bCopy full SHA for 4506e1b
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
# Unreleased
4
5
+- Add `1.17.0` to the list of known versions of ocamllsp
6
+
7
## 1.14.1
8
9
- Fix incorrect esy sandbox docs (#1297)
src/ocaml_lsp.ml
@@ -115,6 +115,7 @@ let lsp_versions =
115
; "1.16.0-4.14"
116
; "1.16.1"
117
; "1.16.2"
118
+ ; "1.17.0"
119
|] )
120
; ( (5, 0)
121
, [| "1.13.2~5.0preview"
@@ -123,8 +124,9 @@ let lsp_versions =
123
124
; "1.15.1-5.0"
125
126
127
128
- ; ((5, 1), [| "1.16.1"; "1.16.2" |])
129
+ ; ((5, 1), [| "1.16.1"; "1.16.2"; "1.17.0" |])
130
]
131
in
132
let rest =
0 commit comments