mirror of
https://github.com/hexedtech/codemp-sublime.git
synced 2025-03-29 21:01:34 +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):
|
def input(self, args):
|
||||||
if "workspace_id" not in args:
|
if "workspace_id" not in args:
|
||||||
wslist = session.get_workspaces(owned=True, invited=True)
|
wslist = session.client.active_workspaces()
|
||||||
return SimpleListInput(
|
return SimpleListInput(
|
||||||
("workspace_id", wslist),
|
("workspace_id", wslist),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue