diff --git a/keybindings.json b/keybindings.json index 1ed1f87..b7353b9 100644 --- a/keybindings.json +++ b/keybindings.json @@ -239,9 +239,4 @@ "command": "workbench.action.debug.continue", "when": "inDebugMode" }, - { - "key": "cmd+shift+q", - "command": "workbench.action.debug.restart", - "when": "inDebugMode" - }, ]