File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 170170 "title" : " Coder: Open Workspace" ,
171171 "icon" : " $(play)"
172172 },
173- {
174- "command" : " coder.openFromSidebarAndOpenSession" ,
175- "title" : " Coder: Open Workspace with Claude Code Session" ,
176- "icon" : " $(terminal)"
177- },
178173 {
179174 "command" : " coder.createWorkspace" ,
180175 "title" : " Create Workspace" ,
242237 "command" : " coder.refreshWorkspaces" ,
243238 "when" : " coder.authenticated && view == myWorkspaces" ,
244239 "group" : " navigation"
245- },
246- {
247- "command" : " coder.openAppStatus" ,
248- "when" : " coder.authenticated && view == myWorkspaces" ,
249- "group" : " navigation"
250240 }
251241 ],
252242 "view/item/context" : [
255245 "when" : " coder.authenticated && viewItem == coderWorkspaceSingleAgent || coder.authenticated && viewItem == coderAgent" ,
256246 "group" : " inline"
257247 },
258- {
259- "command" : " coder.openFromSidebarAndOpenSession" ,
260- "when" : " coder.authenticated && viewItem == coderWorkspaceSingleAgent || coder.authenticated && viewItem == coderAgent" ,
261- "group" : " inline"
262- },
263248 {
264249 "command" : " coder.navigateToWorkspace" ,
265250 "when" : " coder.authenticated && viewItem == coderWorkspaceSingleAgent || coder.authenticated && viewItem == coderWorkspaceMultipleAgents" ,
You can’t perform that action at this time.
0 commit comments