mirror of
https://github.com/hexedtech/codemp-sublime.git
synced 2025-03-26 03:31:32 +01:00
get only joined workspaces for the leave buffer command
This commit is contained in:
parent
b66f85caf7
commit
0931075d29
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class CodempJoinBufferCommand(sublime_plugin.WindowCommand):
|
|||
|
||||
def input(self, args):
|
||||
if "workspace_id" not in args:
|
||||
wslist = session.get_workspaces(owned=True, invited=True)
|
||||
wslist = session.client.active_workspaces()
|
||||
return SimpleListInput(
|
||||
("workspace_id", wslist),
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue