Skip to content

Commit 387336b

Browse files
nojafbaronfel
authored andcommitted
Add default for WorkspaceSymbolResolve
1 parent 138620c commit 387336b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Server.fs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,8 @@ type LspServer() =
684684
/// The request is sent from the client to the server to resolve additional information for a given workspace symbol.
685685
abstract member WorkspaceSymbolResolve: WorkspaceSymbol -> AsyncLspResult<WorkspaceSymbol>
686686

687+
default __.WorkspaceSymbolResolve _ = notImplemented
688+
687689
/// The `workspace/executeCommand` request is sent from the client to the server to trigger command execution
688690
/// on the server. In most cases the server creates a `WorkspaceEdit` structure and applies the changes to the
689691
/// workspace using the request `workspace/applyEdit` which is sent from the server to the client.

0 commit comments

Comments
 (0)