瀏覽代碼

Added shortcut for restart and run all

palewire 7 年之前
父節點
當前提交
c1cde14d64
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      packages/shortcuts-extension/schema/plugin.json

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

@@ -600,6 +600,15 @@
       },
       "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": {
       "default": { },
       "properties": {