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 170
170
"title": "Coder: Open Workspace",
171
171
"icon": "$(play)"
172
172
},
173
- {
174
- "command": "coder.openFromSidebarAndOpenSession",
175
- "title": "Coder: Open Workspace with Claude Code Session",
176
- "icon": "$(terminal)"
177
- },
178
173
{
179
174
"command": "coder.createWorkspace",
180
175
"title": "Create Workspace",
242
237
"command": "coder.refreshWorkspaces",
243
238
"when": "coder.authenticated && view == myWorkspaces",
244
239
"group": "navigation"
245
- },
246
- {
247
- "command": "coder.openAppStatus",
248
- "when": "coder.authenticated && view == myWorkspaces",
249
- "group": "navigation"
250
240
}
251
241
],
252
242
"view/item/context": [
255
245
"when": "coder.authenticated && viewItem == coderWorkspaceSingleAgent || coder.authenticated && viewItem == coderAgent",
256
246
"group": "inline"
257
247
},
258
- {
259
- "command": "coder.openFromSidebarAndOpenSession",
260
- "when": "coder.authenticated && viewItem == coderWorkspaceSingleAgent || coder.authenticated && viewItem == coderAgent",
261
- "group": "inline"
262
- },
263
248
{
264
249
"command": "coder.navigateToWorkspace",
265
250
"when": "coder.authenticated && viewItem == coderWorkspaceSingleAgent || coder.authenticated && viewItem == coderWorkspaceMultipleAgents",
You can’t perform that action at this time.
0 commit comments