We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87111d5 commit 30ba4beCopy full SHA for 30ba4be
media/dark/refresh.svg
media/light/refresh.svg
package.json
@@ -54,12 +54,23 @@
54
"command": "coderWorkspaces.openWorkspace",
55
"when": "view == coderWorkspaces"
56
}
57
+ ],
58
+ "view/title": [
59
+ {
60
+ "command": "coderWorkspaces.refreshWorkspaces",
61
+ "when": "view == coderWorkspaces",
62
+ "group": "navigation"
63
+ }
64
]
65
},
66
"commands": [
67
{
68
"command": "coderWorkspaces.refreshWorkspaces",
- "title": "Refresh Workspaces"
69
+ "title": "Refresh Workspaces",
70
+ "icon": {
71
+ "light": "media/light/refresh.svg",
72
+ "dark": "media/dark/refresh.svg"
73
74
75
76
"command": "coderWorkspaces.rebuildWorkspace",
0 commit comments