From c0391057e07f353668b93f87b27d4121e3036fe5 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 27 Mar 2025 15:38:43 +0000 Subject: [PATCH] fix(keybindings): add missing comma to fix syntax error >_< --- keybindings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keybindings.json b/keybindings.json index 53c7dd4..80b13c3 100644 --- a/keybindings.json +++ b/keybindings.json @@ -304,7 +304,7 @@ "key": "cmd+s", "command": "searchEditorApplyChanges.apply", "when": "inSearchEditor" - } + }, // // =========================================================================== // MARK: Move Active Editor Group