mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2026-01-05 14:10:13 +03:00
remove keybindings
This commit is contained in:
18
package.json
18
package.json
@@ -101,24 +101,6 @@
|
|||||||
"language": "gdscript",
|
"language": "gdscript",
|
||||||
"path": "./configurations/snippets.json"
|
"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": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user