mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
feat(keybindings): add keybinding for showing testing view
This commit is contained in:
@@ -812,6 +812,10 @@
|
|||||||
// MARK: Testing
|
// MARK: Testing
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
|
{ // View: Show Testing
|
||||||
|
"key": "ctrl+shift+t",
|
||||||
|
"command": "workbench.view.extension.test"
|
||||||
|
},
|
||||||
{ // Run current file.
|
{ // Run current file.
|
||||||
"key": "ctrl+c , v",
|
"key": "ctrl+c , v",
|
||||||
"command": "macros.runTestCurrentFile",
|
"command": "macros.runTestCurrentFile",
|
||||||
|
|||||||
Reference in New Issue
Block a user