From 078877e483f0668f23e496dce28ced67a4f2f97f Mon Sep 17 00:00:00 2001 From: lianghongkey Date: Tue, 13 Aug 2019 21:58:09 +0800 Subject: [PATCH] Update keybindings.json --- keybindings.json | 5 ----- 1 file changed, 5 deletions(-) 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" - }, ]