Skip to content

Commit

Permalink
chore: add more known versions of ocamllsp
Browse files Browse the repository at this point in the history
  • Loading branch information
ulugbekna committed Jan 20, 2023
1 parent 7fa8053 commit 8dd39b4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## Unreleased

- Add more known versions of ocamllsp

## 1.12.1

- Update known ocamllsp versions (#1072)
Expand Down
8 changes: 7 additions & 1 deletion src/ocaml_lsp.ml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,14 @@ let lsp_versions =
; "1.14.1"
; "1.14.2"
; "1.15.0-4.14"
; "1.15.1-4.14"
|] )
; ( (5, 0)
, [| "1.13.2~5.0preview"
; "1.15.0~5.0preview1"
; "1.15.0-5.0"
; "1.15.1-5.0"
|] )
; ((5, 0), [| "1.13.2~5.0preview"; "1.15.0~5.0preview1"; "1.15.0-5.0" |])
]
in
let rest =
Expand Down

0 comments on commit 8dd39b4

Please sign in to comment.