Răsfoiți Sursa

add key bindings for open godot editor and update workspace symbols

geequlim 8 ani în urmă
părinte
comite
65cb8c2deb
1 a modificat fișierele cu 8 adăugiri și 0 ștergeri
  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"
       }
     ]
   },