Add keybinding to run workflow in active editor (#141)
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
@@ -131,6 +131,13 @@
|
||||
"when": "githubLocalActions:noSettings && workspaceFolderCount > 0"
|
||||
}
|
||||
],
|
||||
"keybindings": [
|
||||
{
|
||||
"command": "githubLocalActions.runWorkflow",
|
||||
"key": "ctrl+g",
|
||||
"mac": "cmd+g"
|
||||
}
|
||||
],
|
||||
"commands": [
|
||||
{
|
||||
"category": "GitHub Local Actions",
|
||||
|
||||
Reference in New Issue
Block a user