From 27a3193c01c99c7f5d465dfcb4093fc3a67173eb 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 --- cursor/keybindings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cursor/keybindings.json b/cursor/keybindings.json index 0a991df..a322634 100644 --- a/cursor/keybindings.json +++ b/cursor/keybindings.json @@ -759,7 +759,7 @@ }, { "key": "ctrl+z ctrl+;", - "command": "projectManager.listProjectsNewWindow", + "command": "projectManager.listProjectsNewWindow" }, // // ===========================================================================