Handle Windows line endings (#62)

This commit is contained in:
Matt Rubens
2024-12-10 20:24:51 -05:00
committed by GitHub
parent 6e1f6833b8
commit ba8bed90d8
7 changed files with 35 additions and 11 deletions

View File

@@ -296,7 +296,7 @@ const SettingsView = ({ onDone }: SettingsViewProps) => {
<div style={{ marginBottom: 5 }}>
<VSCodeCheckbox checked={diffEnabled} onChange={(e: any) => setDiffEnabled(e.target.checked)}>
<span style={{ fontWeight: "500" }}>Enable editing through diffs (very experimental!)</span>
<span style={{ fontWeight: "500" }}>Enable editing through diffs</span>
</VSCodeCheckbox>
<p
style={{