diff --git a/keybindings.json b/keybindings.json index f519fdd..0a6f70c 100644 --- a/keybindings.json +++ b/keybindings.json @@ -812,6 +812,10 @@ // MARK: Testing // =========================================================================== // + { // View: Show Testing + "key": "ctrl+shift+t", + "command": "workbench.view.extension.test" + }, { // Run current file. "key": "ctrl+c , v", "command": "macros.runTestCurrentFile",