diff --git a/keybindings.json b/keybindings.json index 6906298..f1b8670 100644 --- a/keybindings.json +++ b/keybindings.json @@ -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",