Skip to content

Commit

Permalink
Use split VSCode Git diff editor
Browse files Browse the repository at this point in the history
VSCode/VSCodium has a Git diff viewer/editor. The editor can either be
inline in the same editor (called the "unified view" on GitHub) or split
into two editors. One of the downsides to the inline editor is that
deleted lines apparently cannot be copied.

This commit will ensure that the split editor is used.
  • Loading branch information
br3ndonland committed Mar 15, 2024
1 parent 4cd9f8f commit 70e28b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vscode/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@
}
},
"diffEditor.ignoreTrimWhitespace": false,
"diffEditor.renderSideBySide": true,
"diffEditor.renderSideBySideInlineBreakpoint": 0,
"git.autofetch": false,
"git.autoRepositoryDetection": "subFolders",
"git.confirmSync": false,
Expand Down

0 comments on commit 70e28b7

Please sign in to comment.