mirror of
https://github.com/c-cube/linol.git
synced 2025-12-06 03:05:31 -05:00
commit
5a29a9e145
3 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ build: [
|
|||
depends: [
|
||||
"dune" { >= "2.0" }
|
||||
"linol" { = version }
|
||||
"jsonrpc" { >= "1.8" & < "1.11" }
|
||||
"jsonrpc" { >= "1.11" & < "1.12" }
|
||||
"lwt" { >= "5.1" & < "6.0" }
|
||||
"base-unix"
|
||||
"yojson" { >= "1.6" }
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ depends: [
|
|||
"dune" { >= "2.0" }
|
||||
"yojson" { >= "1.6" }
|
||||
"logs"
|
||||
"lsp" { >= "1.8" & < "1.11" }
|
||||
"lsp" { >= "1.11" & < "1.12" }
|
||||
"ocaml" { >= "4.12" }
|
||||
"odoc" { with-doc }
|
||||
]
|
||||
|
|
|
|||
|
|
@ -431,7 +431,7 @@ module Make(IO : IO) = struct
|
|||
| Lsp.Client_notification.ChangeWorkspaceFolders _
|
||||
| Lsp.Client_notification.ChangeConfiguration _
|
||||
| Lsp.Client_notification.Initialized
|
||||
| Lsp.Client_notification.Unknown_notification _
|
||||
| Lsp.Client_notification.UnknownNotification _
|
||||
| Lsp.Client_notification.CancelRequest _
|
||||
| Lsp.Client_notification.WorkDoneProgressCancel _
|
||||
| Lsp.Client_notification.SetTrace _
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue