fabiospampinato / vscode-diff

Diff 2 opened files with ease. Because running `code --diff path1 path2` is too slow.
MIT License
40 stars 9 forks source link

Open diff editor as a permanent tab #6

Open SikoSoft opened 4 years ago

SikoSoft commented 4 years ago

As it is now, the diff opens in a temporary tab, which means the moment you click on another file not yet open, that file takes over the diff tab you just had opened.

Of course you can double click the tab to make it "permanent", but it would be nice if this was the default behavior.

It's frustrating to read through long diffs, need to check out another file, then realize the diff is gone and you've lost track of where you were.