From cbd239a6abc7b940d0e59ede792f635a6d4e34a3 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 21 Oct 2025 12:54:07 +0100 Subject: [PATCH] feat(keybindings): add keybinding for showing testing view --- keybindings.json | 4 ++++ 1 file changed, 4 insertions(+) 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",