mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user