We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803a137 commit 080d88eCopy full SHA for 080d88e
ocaml-lsp-server/src/ocaml_lsp_server.ml
@@ -96,6 +96,7 @@ let initialize_info (client_capabilities : ClientCapabilities.t) : InitializeRes
96
; Req_type_enclosing.capability
97
; Req_get_documentation.capability
98
; Req_construct.capability
99
+ ; Req_type_search.capability
100
] )
101
]
102
in
ocaml-lsp-server/test/e2e-new/start_stop.ml
@@ -93,7 +93,8 @@ let%expect_test "start/stop" =
93
"handleMerlinCallCompatible": true,
94
"handleTypeEnclosing": true,
95
"handleGetDocumentation": true,
- "handleConstruct": true
+ "handleConstruct": true,
+ "handleTypeSearch": true
}
},
"foldingRangeProvider": true,
0 commit comments