瀏覽代碼

add key bindings for open godot editor and update workspace symbols

geequlim 8 年之前
父節點
當前提交
65cb8c2deb
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      package.json

+ 8 - 0
package.json

@@ -110,6 +110,14 @@
       {
         "command": "godot.runCurrentScene",
         "key": "F6"
+      },
+      {
+        "command": "godot.openWithEditor",
+        "key": "F7"
+      },
+      {
+        "command": "godot.updateWorkspaceSymbols",
+        "key": "F8"
       }
     ]
   },