From ec03d2c7ecd3369b7a1a330e775dcde2f9a9956a Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 18 Mar 2025 19:35:21 +0000 Subject: [PATCH] feat(keybindings/testing): add toggle test file keybinding for Go --- keybindings.json | 5 +++++ 1 file changed, 5 insertions(+) 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",