feat(keybindings): add keybinding for showing testing view

This commit is contained in:
Jim Myhrberg
2025-10-21 12:54:07 +01:00
parent 32cd37386c
commit cbd239a6ab

View File

@@ -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",