chore: minor tweaks

This commit is contained in:
Jim Myhrberg
2025-03-20 18:24:14 +00:00
parent b70e947d82
commit 1dc3f25d8d
2 changed files with 20 additions and 15 deletions

View File

@@ -680,11 +680,6 @@
// 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",
@@ -899,5 +894,15 @@
{ // Run target.
"key": "ctrl+c enter",
"command": "make-task-provider.runTarget"
},
//
// ===========================================================================
// MARK: Language: Go
// ===========================================================================
//
{
"key": "ctrl+c , t",
"command": "go.toggle.test.file",
"when": "editorTextFocus && editorLangId == 'go'"
}
]