https://github.com/jakebailey/vscode-issue-162999
https://github.com/jakebailey/vscode-issue-162999
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakebailey/vscode-issue-162999
- Owner: jakebailey
- Created: 2022-10-10T17:52:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T17:54:49.000Z (over 3 years ago)
- Last Synced: 2025-11-12T22:31:53.429Z (7 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To reproduce, set `"git.mergeEditor": true`, then:
```
$ git switch branch-2-copy
$ git cherry-pick branch-1
```
Open `example.txt` from the explorer; note that the file is CRLF at the bottom right.
Click "Open in Merge Editor"; note that now the file is LF at the bottom right.
Switch tabs back to `example.txt`; note that the file is LF here too.