Browse Source

add key bindings for open godot editor and update workspace symbols

geequlim 8 năm trước cách đây
mục cha
commit
65cb8c2deb
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  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"
       }
     ]
   },