diff --git a/tree-view-sample/package.json b/tree-view-sample/package.json index e6e68b66..be60e776 100644 --- a/tree-view-sample/package.json +++ b/tree-view-sample/package.json @@ -68,7 +68,11 @@ }, { "command": "jsonOutline.refreshNode", - "title": "Refresh" + "title": "Refresh", + "icon": { + "light": "resources/light/refresh.svg", + "dark": "resources/dark/refresh.svg" + } }, { "command": "jsonOutline.renameNode", @@ -103,7 +107,8 @@ }, { "command": "jsonOutline.refreshNode", - "when": "view == jsonOutline" + "when": "view == jsonOutline", + "group": "inline" } ] },