소스 검색

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"
       }
     ]
   },