Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
  • Loading branch information
rgrinberg committed Nov 26, 2023
1 parent d3b0ff0 commit 6cc4a7b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ocaml-lsp-server/test/e2e-new/lsp_helpers.mli
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ open Test.Import
(** Opens a document with the language server. This must be done before trying
to access it *)
val openDocument :
client:'a Client.t
-> uri:DocumentUri.t
-> source:string
-> unit Fiber.t
client:'a Client.t -> uri:DocumentUri.t -> source:string -> unit Fiber.t

(** Performs the request you return from the makeRequest function and then gives
it the the handler function you provide *)
Expand Down

0 comments on commit 6cc4a7b

Please sign in to comment.