feat(keybindings/testing): add toggle test file keybinding for Go

This commit is contained in:
Jim Myhrberg
2025-03-18 19:35:21 +00:00
parent b9c311dfdf
commit ec03d2c7ec

View File

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