From d8c9d9ada2f3d27ef217d0f7bdf5d9bcc3a2f6e6 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 7 Mar 2025 18:28:52 +0000 Subject: [PATCH] chore(cursor): remove trailing comma --- keybindings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keybindings.json b/keybindings.json index 0a991df..a322634 100644 --- a/keybindings.json +++ b/keybindings.json @@ -759,7 +759,7 @@ }, { "key": "ctrl+z ctrl+;", - "command": "projectManager.listProjectsNewWindow", + "command": "projectManager.listProjectsNewWindow" }, // // ===========================================================================