remove keybindings

This commit is contained in:
geequlim
2017-05-24 21:43:11 +08:00
parent 25afaedfb3
commit 3c547cc595

View File

@@ -101,24 +101,6 @@
"language": "gdscript",
"path": "./configurations/snippets.json"
}
],
"keybindings": [
{
"command": "godot.runWorkspace",
"key": "F5"
},
{
"command": "godot.runCurrentScene",
"key": "F6"
},
{
"command": "godot.openWithEditor",
"key": "F7"
},
{
"command": "godot.updateWorkspaceSymbols",
"key": "F8"
}
]
},
"scripts": {