Merge pull request #15 from xldenis/master

Update LSP to v1.11.*
This commit is contained in:
Simon Cruanes 2022-05-04 13:38:45 -04:00 committed by GitHub
commit 5a29a9e145
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ build: [
depends: [ depends: [
"dune" { >= "2.0" } "dune" { >= "2.0" }
"linol" { = version } "linol" { = version }
"jsonrpc" { >= "1.8" & < "1.11" } "jsonrpc" { >= "1.11" & < "1.12" }
"lwt" { >= "5.1" & < "6.0" } "lwt" { >= "5.1" & < "6.0" }
"base-unix" "base-unix"
"yojson" { >= "1.6" } "yojson" { >= "1.6" }

View file

@ -14,7 +14,7 @@ depends: [
"dune" { >= "2.0" } "dune" { >= "2.0" }
"yojson" { >= "1.6" } "yojson" { >= "1.6" }
"logs" "logs"
"lsp" { >= "1.8" & < "1.11" } "lsp" { >= "1.11" & < "1.12" }
"ocaml" { >= "4.12" } "ocaml" { >= "4.12" }
"odoc" { with-doc } "odoc" { with-doc }
] ]

View file

@ -431,7 +431,7 @@ module Make(IO : IO) = struct
| Lsp.Client_notification.ChangeWorkspaceFolders _ | Lsp.Client_notification.ChangeWorkspaceFolders _
| Lsp.Client_notification.ChangeConfiguration _ | Lsp.Client_notification.ChangeConfiguration _
| Lsp.Client_notification.Initialized | Lsp.Client_notification.Initialized
| Lsp.Client_notification.Unknown_notification _ | Lsp.Client_notification.UnknownNotification _
| Lsp.Client_notification.CancelRequest _ | Lsp.Client_notification.CancelRequest _
| Lsp.Client_notification.WorkDoneProgressCancel _ | Lsp.Client_notification.WorkDoneProgressCancel _
| Lsp.Client_notification.SetTrace _ | Lsp.Client_notification.SetTrace _