From 83c186c9693d0564f43b2339a17a9108d401712c Mon Sep 17 00:00:00 2001 From: ChristopherHX Date: Sun, 9 Feb 2025 18:06:03 +0100 Subject: [PATCH] UX Use add-file icon for adding files (#160) * free the place to add a new `$(add)` that adds custom var/secret names --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9f76b96..ea3188c 100644 --- a/package.json +++ b/package.json @@ -262,7 +262,7 @@ "category": "GitHub Local Actions", "command": "githubLocalActions.createSecretFile", "title": "Create Secret File", - "icon": "$(add)" + "icon": "$(file-add)" }, { "category": "GitHub Local Actions", @@ -286,7 +286,7 @@ "category": "GitHub Local Actions", "command": "githubLocalActions.createVariableFile", "title": "Create Variable File", - "icon": "$(add)" + "icon": "$(file-add)" }, { "category": "GitHub Local Actions", @@ -304,7 +304,7 @@ "category": "GitHub Local Actions", "command": "githubLocalActions.createInputFile", "title": "Create Input File", - "icon": "$(add)" + "icon": "$(file-add)" }, { "category": "GitHub Local Actions", @@ -316,7 +316,7 @@ "category": "GitHub Local Actions", "command": "githubLocalActions.createPayloadFile", "title": "Create Payload File", - "icon": "$(add)" + "icon": "$(file-add)" }, { "category": "GitHub Local Actions",