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

imposible to find long path files to diff with #27

Open jagonbar opened 11 months ago

jagonbar commented 11 months ago

Imposible to find long path files to diff with. Due to the select list width , file path can not be read

https://freeimage.host/i/Jnp6yXa

A solution can be show "file name - relative path" like "main.js - /assets/js/control/..."

SBSDataLabs commented 8 months ago

im experiencing this too

fabiospampinato commented 7 months ago

As of v2.1 if you set "diff.showFoundRelativeFiles": true you'll see relative paths in the selector too. Potentially other kinds of paths can be disabled also.

Does this address the problem? If not how would you like the extension to address this?