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:
@@ -262,7 +262,7 @@
|
|||||||
"category": "GitHub Local Actions",
|
"category": "GitHub Local Actions",
|
||||||
"command": "githubLocalActions.createSecretFile",
|
"command": "githubLocalActions.createSecretFile",
|
||||||
"title": "Create Secret File",
|
"title": "Create Secret File",
|
||||||
"icon": "$(add)"
|
"icon": "$(file-add)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"category": "GitHub Local Actions",
|
"category": "GitHub Local Actions",
|
||||||
@@ -286,7 +286,7 @@
|
|||||||
"category": "GitHub Local Actions",
|
"category": "GitHub Local Actions",
|
||||||
"command": "githubLocalActions.createVariableFile",
|
"command": "githubLocalActions.createVariableFile",
|
||||||
"title": "Create Variable File",
|
"title": "Create Variable File",
|
||||||
"icon": "$(add)"
|
"icon": "$(file-add)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"category": "GitHub Local Actions",
|
"category": "GitHub Local Actions",
|
||||||
@@ -304,7 +304,7 @@
|
|||||||
"category": "GitHub Local Actions",
|
"category": "GitHub Local Actions",
|
||||||
"command": "githubLocalActions.createInputFile",
|
"command": "githubLocalActions.createInputFile",
|
||||||
"title": "Create Input File",
|
"title": "Create Input File",
|
||||||
"icon": "$(add)"
|
"icon": "$(file-add)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"category": "GitHub Local Actions",
|
"category": "GitHub Local Actions",
|
||||||
@@ -316,7 +316,7 @@
|
|||||||
"category": "GitHub Local Actions",
|
"category": "GitHub Local Actions",
|
||||||
"command": "githubLocalActions.createPayloadFile",
|
"command": "githubLocalActions.createPayloadFile",
|
||||||
"title": "Create Payload File",
|
"title": "Create Payload File",
|
||||||
"icon": "$(add)"
|
"icon": "$(file-add)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"category": "GitHub Local Actions",
|
"category": "GitHub Local Actions",
|
||||||
|
|||||||
Reference in New Issue
Block a user