From 8ecea281b54aaa4f669fcafc5cd02f26ff5a6baa Mon Sep 17 00:00:00 2001 From: alemi Date: Mon, 16 Sep 2024 04:29:31 +0200 Subject: [PATCH] feat: add share button --- package.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a0e49d7..88b4fff 100644 --- a/package.json +++ b/package.json @@ -63,8 +63,12 @@ { "command": "codemp.listWorkspaces", "when": "view == codemp-tree-view", - "group": "navigation", - "icon": "C" + "group": "navigation" + }, + { + "command": "codemp.share", + "when": "view == codemp-tree-view", + "group": "navigation" } ], "view/item/context": [ @@ -109,7 +113,7 @@ "command": "codemp.share", "title": "Share", "category": "codemp", - "icon": "$(ports-view-icon)" + "icon": "$(search-expand-results)" }, { "command": "codemp.createWorkspace",