mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
feat(keybindings/testing): add toggle test file keybinding for Go
This commit is contained in:
@@ -680,6 +680,11 @@
|
||||
// MARK: Testing
|
||||
// ===========================================================================
|
||||
//
|
||||
{
|
||||
"key": "ctrl+c , t",
|
||||
"command": "go.toggle.test.file",
|
||||
"when": "editorTextFocus && editorLangId == 'go'"
|
||||
},
|
||||
{ // Run current file.
|
||||
"key": "ctrl+c , v",
|
||||
"command": "macros.runTestCurrentFile",
|
||||
|
||||
Reference in New Issue
Block a user