Browse Source

Added shortcut for restart and run all

palewire 7 years ago
parent
commit
c1cde14d64
1 changed files with 9 additions and 0 deletions
  1. 9 0
      packages/shortcuts-extension/schema/plugin.json

+ 9 - 0
packages/shortcuts-extension/schema/plugin.json

@@ -600,6 +600,15 @@
       },
       },
       "type": "object"
       "type": "object"
     },
     },
+    "runmenu:run-all": {
+      "default": { },
+      "properties": {
+        "command": { "default": "runmenu:run-all" },
+        "keys": { "default": ["Ctrl Shift Enter"] },
+        "selector": { "default": "[data-jp-code-runner]" }
+      },
+      "type": "object"
+    },
     "settingeditor:debug": {
     "settingeditor:debug": {
       "default": { },
       "default": { },
       "properties": {
       "properties": {