Add actions to create and locate setting files
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
85
package.json
85
package.json
@@ -242,10 +242,16 @@
|
||||
},
|
||||
{
|
||||
"category": "GitHub Local Actions",
|
||||
"command": "githubLocalActions.addSecretFiles",
|
||||
"title": "Add Secret Files",
|
||||
"command": "githubLocalActions.createSecretFile",
|
||||
"title": "Create Secret File",
|
||||
"icon": "$(add)"
|
||||
},
|
||||
{
|
||||
"category": "GitHub Local Actions",
|
||||
"command": "githubLocalActions.locateSecretFiles",
|
||||
"title": "Locate Secret Files",
|
||||
"icon": "$(search)"
|
||||
},
|
||||
{
|
||||
"category": "GitHub Local Actions",
|
||||
"command": "githubLocalActions.show",
|
||||
@@ -260,22 +266,34 @@
|
||||
},
|
||||
{
|
||||
"category": "GitHub Local Actions",
|
||||
"command": "githubLocalActions.addVariableFiles",
|
||||
"title": "Add Variable Files",
|
||||
"command": "githubLocalActions.createVariableFile",
|
||||
"title": "Create Variable File",
|
||||
"icon": "$(add)"
|
||||
},
|
||||
{
|
||||
"category": "GitHub Local Actions",
|
||||
"command": "githubLocalActions.locateVariableFiles",
|
||||
"title": "Locate Variable Files",
|
||||
"icon": "$(search)"
|
||||
},
|
||||
{
|
||||
"category": "GitHub Local Actions",
|
||||
"command": "githubLocalActions.createInputFile",
|
||||
"title": "Create Input File",
|
||||
"icon": "$(add)"
|
||||
},
|
||||
{
|
||||
"category": "GitHub Local Actions",
|
||||
"command": "githubLocalActions.locateInputFiles",
|
||||
"title": "Locate Input Files",
|
||||
"icon": "$(search)"
|
||||
},
|
||||
{
|
||||
"category": "GitHub Local Actions",
|
||||
"command": "githubLocalActions.importFromGithub",
|
||||
"title": "Import from GitHub",
|
||||
"icon": "$(github)"
|
||||
},
|
||||
{
|
||||
"category": "GitHub Local Actions",
|
||||
"command": "githubLocalActions.addInputFiles",
|
||||
"title": "Add Input Files",
|
||||
"icon": "$(add)"
|
||||
},
|
||||
{
|
||||
"category": "GitHub Local Actions",
|
||||
"command": "githubLocalActions.openSettingFile",
|
||||
@@ -389,7 +407,11 @@
|
||||
"when": "never"
|
||||
},
|
||||
{
|
||||
"command": "githubLocalActions.addSecretFiles",
|
||||
"command": "githubLocalActions.createSecretFile",
|
||||
"when": "never"
|
||||
},
|
||||
{
|
||||
"command": "githubLocalActions.locateSecretFiles",
|
||||
"when": "never"
|
||||
},
|
||||
{
|
||||
@@ -401,17 +423,25 @@
|
||||
"when": "never"
|
||||
},
|
||||
{
|
||||
"command": "githubLocalActions.addVariableFiles",
|
||||
"command": "githubLocalActions.createVariableFile",
|
||||
"when": "never"
|
||||
},
|
||||
{
|
||||
"command": "githubLocalActions.locateVariableFiles",
|
||||
"when": "never"
|
||||
},
|
||||
{
|
||||
"command": "githubLocalActions.createInputFile",
|
||||
"when": "never"
|
||||
},
|
||||
{
|
||||
"command": "githubLocalActions.locateInputFiles",
|
||||
"when": "never"
|
||||
},
|
||||
{
|
||||
"command": "githubLocalActions.importFromGithub",
|
||||
"when": "never"
|
||||
},
|
||||
{
|
||||
"command": "githubLocalActions.addInputFiles",
|
||||
"when": "never"
|
||||
},
|
||||
{
|
||||
"command": "githubLocalActions.openSettingFile",
|
||||
"when": "never"
|
||||
@@ -556,10 +586,15 @@
|
||||
"group": "inline@3"
|
||||
},
|
||||
{
|
||||
"command": "githubLocalActions.addSecretFiles",
|
||||
"command": "githubLocalActions.createSecretFile",
|
||||
"when": "view == settings && viewItem =~ /^githubLocalActions.secrets.*/",
|
||||
"group": "inline@0"
|
||||
},
|
||||
{
|
||||
"command": "githubLocalActions.locateSecretFiles",
|
||||
"when": "view == settings && viewItem =~ /^githubLocalActions.secrets.*/",
|
||||
"group": "inline@1"
|
||||
},
|
||||
{
|
||||
"command": "githubLocalActions.show",
|
||||
"when": "view == settings && viewItem =~ /^githubLocalActions.secret(?!s)_hide.*/",
|
||||
@@ -571,20 +606,30 @@
|
||||
"group": "inline@0"
|
||||
},
|
||||
{
|
||||
"command": "githubLocalActions.addVariableFiles",
|
||||
"command": "githubLocalActions.createVariableFile",
|
||||
"when": "view == settings && viewItem =~ /^githubLocalActions.variables.*/",
|
||||
"group": "inline@0"
|
||||
},
|
||||
{
|
||||
"command": "githubLocalActions.importFromGithub",
|
||||
"command": "githubLocalActions.locateVariableFiles",
|
||||
"when": "view == settings && viewItem =~ /^githubLocalActions.variables.*/",
|
||||
"group": "inline@1"
|
||||
},
|
||||
{
|
||||
"command": "githubLocalActions.addInputFiles",
|
||||
"command": "githubLocalActions.createInputFile",
|
||||
"when": "view == settings && viewItem =~ /^githubLocalActions.inputs.*/",
|
||||
"group": "inline@0"
|
||||
},
|
||||
{
|
||||
"command": "githubLocalActions.locateInputFiles",
|
||||
"when": "view == settings && viewItem =~ /^githubLocalActions.inputs.*/",
|
||||
"group": "inline@1"
|
||||
},
|
||||
{
|
||||
"command": "githubLocalActions.importFromGithub",
|
||||
"when": "view == settings && viewItem =~ /^githubLocalActions.variables.*/",
|
||||
"group": "inline@2"
|
||||
},
|
||||
{
|
||||
"command": "githubLocalActions.openSettingFile",
|
||||
"when": "view == settings && viewItem =~ /^githubLocalActions.(secret|variable|input)File.*/",
|
||||
|
||||
Reference in New Issue
Block a user