From f3468d7708df67b87e770b5e3290fe8b3d4130a2 Mon Sep 17 00:00:00 2001 From: Corentin Leruth Date: Fri, 5 Jan 2024 11:43:19 +0100 Subject: [PATCH] chore: add 1.17.0 to list of lsp versions --- src/ocaml_lsp.ml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ocaml_lsp.ml b/src/ocaml_lsp.ml index d90496544..cd440976b 100644 --- a/src/ocaml_lsp.ml +++ b/src/ocaml_lsp.ml @@ -115,6 +115,7 @@ let lsp_versions = ; "1.16.0-4.14" ; "1.16.1" ; "1.16.2" + ; "1.17.0" |] ) ; ( (5, 0) , [| "1.13.2~5.0preview" @@ -123,8 +124,9 @@ let lsp_versions = ; "1.15.1-5.0" ; "1.16.1" ; "1.16.2" + ; "1.17.0" |] ) - ; ((5, 1), [| "1.16.1"; "1.16.2" |]) + ; ((5, 1), [| "1.16.1"; "1.16.2"; "1.17.0" |]) ] in let rest =