Skip to content

Commit

Permalink
Add missing server versions
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Nov 13, 2024
1 parent 63e54cd commit ab23dc0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ocaml_lsp.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 =
Expand Down

0 comments on commit ab23dc0

Please sign in to comment.