Configure editor diffs

This commit is contained in:
Andrew Kvalheim 2024-02-13 11:44:58 -08:00
parent 3d00c37225
commit 63ee2dc651

View file

@ -100,6 +100,8 @@ in
"breadcrumbs.enabled" = false;
"debug.showBreakpointsInOverviewRuler" = true;
"diffEditor.diffAlgorithm" = "advanced";
"diffEditor.experimental.showMoves" = true;
"diffEditor.renderSideBySide" = false;
"editor.acceptSuggestionOnCommitCharacter" = false;
"editor.acceptSuggestionOnEnter" = "off";
"editor.copyWithSyntaxHighlighting" = false;
@ -198,6 +200,10 @@ in
"editorOverviewRuler.warningForeground" = orange;
"editorWarning.foreground" = orange;
"list.warningForeground" = orange;
"diffEditor.removedLineBackground" = "${orange-red}28";
"diffEditor.removedTextBackground" = "${orange-red}3a";
"diffEditor.insertedTextBackground" = "${teal}33";
"diffEditor.insertedLineBackground" = "${teal}22";
"commandCenter.background" = "#1b1b1b";
"commandCenter.border" = "#00000000";
"commandCenter.inactiveBorder" = "#00000000";