fix(settings): add missing trailing comma after Git Graph setting

Prevents JSON parse errors when additional settings follow.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jim Myhrberg
2026-02-13 12:06:53 +00:00
parent de9ee266ba
commit ef4b8e2a1b

View File

@@ -285,7 +285,7 @@
// Extension:
// - https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph
//
"git-graph.dialog.fetchRemote.prune": true
"git-graph.dialog.fetchRemote.prune": true,
//
// ===========================================================================
// MARK: Git Worktree Manager