Skip to content

Commit 30ba4be

Browse files
committed
feat: add reload button
1 parent 87111d5 commit 30ba4be

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

media/dark/refresh.svg

Lines changed: 1 addition & 0 deletions
Loading

media/light/refresh.svg

Lines changed: 1 addition & 0 deletions
Loading

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,23 @@
5454
"command": "coderWorkspaces.openWorkspace",
5555
"when": "view == coderWorkspaces"
5656
}
57+
],
58+
"view/title": [
59+
{
60+
"command": "coderWorkspaces.refreshWorkspaces",
61+
"when": "view == coderWorkspaces",
62+
"group": "navigation"
63+
}
5764
]
5865
},
5966
"commands": [
6067
{
6168
"command": "coderWorkspaces.refreshWorkspaces",
62-
"title": "Refresh Workspaces"
69+
"title": "Refresh Workspaces",
70+
"icon": {
71+
"light": "media/light/refresh.svg",
72+
"dark": "media/dark/refresh.svg"
73+
}
6374
},
6475
{
6576
"command": "coderWorkspaces.rebuildWorkspace",

0 commit comments

Comments
 (0)