UX Use add-file icon for adding files (#160)

* free the place to add a new `$(add)` that adds custom var/secret names
This commit is contained in:
ChristopherHX
2025-02-09 18:06:03 +01:00
committed by GitHub
parent e373427c8a
commit 83c186c969

View File

@@ -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",