Skip to content

Commit 080d88e

Browse files
committed
add capability
1 parent 803a137 commit 080d88e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ocaml-lsp-server/src/ocaml_lsp_server.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ let initialize_info (client_capabilities : ClientCapabilities.t) : InitializeRes
9696
; Req_type_enclosing.capability
9797
; Req_get_documentation.capability
9898
; Req_construct.capability
99+
; Req_type_search.capability
99100
] )
100101
]
101102
in

ocaml-lsp-server/test/e2e-new/start_stop.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ let%expect_test "start/stop" =
9393
"handleMerlinCallCompatible": true,
9494
"handleTypeEnclosing": true,
9595
"handleGetDocumentation": true,
96-
"handleConstruct": true
96+
"handleConstruct": true,
97+
"handleTypeSearch": true
9798
}
9899
},
99100
"foldingRangeProvider": true,

0 commit comments

Comments
 (0)