Skip to content

Commit 98a4789

Browse files
committed
fix(client): RawWorkspace handling
1 parent 758a2a6 commit 98a4789

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lsp_client/client/abc.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ def get_workspace(self) -> Workspace:
7474
)
7575
}
7676
)
77+
case Workspace() as ws:
78+
return ws
7779
case _ as mapping:
7880
return Workspace(
7981
{

0 commit comments

Comments
 (0)