Remove default keyboard shortcut (#189)
* Remove keyboard shortcut Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com> * Bump to 1.2.5 Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com> --------- Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "github-local-actions",
|
"name": "github-local-actions",
|
||||||
"version": "1.2.4",
|
"version": "1.2.5",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "github-local-actions",
|
"name": "github-local-actions",
|
||||||
"version": "1.2.4",
|
"version": "1.2.5",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"child_process": "^1.0.2",
|
"child_process": "^1.0.2",
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
},
|
},
|
||||||
"publisher": "SanjulaGanepola",
|
"publisher": "SanjulaGanepola",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"version": "1.2.4",
|
"version": "1.2.5",
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "https://github.com/SanjulaGanepola/github-local-actions"
|
"url": "https://github.com/SanjulaGanepola/github-local-actions"
|
||||||
},
|
},
|
||||||
@@ -131,13 +131,6 @@
|
|||||||
"when": "githubLocalActions:noSettings && workspaceFolderCount > 0"
|
"when": "githubLocalActions:noSettings && workspaceFolderCount > 0"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"keybindings": [
|
|
||||||
{
|
|
||||||
"command": "githubLocalActions.runWorkflow",
|
|
||||||
"key": "ctrl+g",
|
|
||||||
"mac": "cmd+g"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
"category": "GitHub Local Actions",
|
"category": "GitHub Local Actions",
|
||||||
|
|||||||
Reference in New Issue
Block a user