From ab23dc0f83df55994ff07fdb7d982846a5269c63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulysse=20G=C3=A9rard?= Date: Wed, 13 Nov 2024 10:59:05 +0100 Subject: [PATCH] Add missing server versions --- src/ocaml_lsp.ml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ocaml_lsp.ml b/src/ocaml_lsp.ml index 3b9bfa47c..3c0fc3354 100644 --- a/src/ocaml_lsp.ml +++ b/src/ocaml_lsp.ml @@ -158,6 +158,7 @@ let lsp_versions = ; "1.16.1" ; "1.16.2" ; "1.17.0" + ; "1.18.0" |] ) ; ( (5, 0) , [| "1.13.2~5.0preview" @@ -168,7 +169,9 @@ let lsp_versions = ; "1.16.2" ; "1.17.0" |] ) - ; ((5, 1), [| "1.16.1"; "1.16.2"; "1.17.0" |]) + ; ((5, 1), [| "1.16.1"; "1.16.2"; "1.17.0"; "1.18.0" |]) + ; ((5, 2), [| "1.19.0" |]) + ; ((5, 3), [| "1.20.0~5.3preview" |]) ] in let rest =