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 138620c commit 387336bCopy full SHA for 387336b
src/Server.fs
@@ -684,6 +684,8 @@ type LspServer() =
684
/// The request is sent from the client to the server to resolve additional information for a given workspace symbol.
685
abstract member WorkspaceSymbolResolve: WorkspaceSymbol -> AsyncLspResult<WorkspaceSymbol>
686
687
+ default __.WorkspaceSymbolResolve _ = notImplemented
688
+
689
/// The `workspace/executeCommand` request is sent from the client to the server to trigger command execution
690
/// on the server. In most cases the server creates a `WorkspaceEdit` structure and applies the changes to the
691
/// workspace using the request `workspace/applyEdit` which is sent from the server to the client.
0 commit comments