Skip to content

Commit 525c3de

Browse files
authored
Merge pull request #223 from mattn/fix-didchangeworkspacefolders
fix workspace/didChangeWorkspaceFolders
2 parents 9233276 + 1e53147 commit 525c3de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

langserver/handler.go

+2
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,8 @@ func (h *langHandler) handle(ctx context.Context, conn *jsonrpc2.Conn, req *json
680680
return h.handleWorkspaceExecuteCommand(ctx, conn, req)
681681
case "workspace/didChangeConfiguration":
682682
return h.handleWorkspaceDidChangeConfiguration(ctx, conn, req)
683+
case "workspace/didChangeWorkspaceFolders":
684+
return h.handleDidChangeWorkspaceWorkspaceFolders(ctx, conn, req)
683685
case "workspace/workspaceFolders":
684686
return h.handleWorkspaceWorkspaceFolders(ctx, conn, req)
685687
}

0 commit comments

Comments
 (0)