vscode-diff
vscode-diff copied to clipboard
Compare two folders in Visual Studio Code
I am working with my files over "remote SSH" workspace and I am not able to open new diff panel. vscode always shows "Failed to load resources".
An option to display the comparison results in a tree view would be nice
``` [09:18:51] Start comparing "/home/user1/tmp/image_compare" ↔ "/home/user1/tmp/image_test" [09:18:51] Scanning "/home/user1/tmp/image_compare" [09:18:51] Error: EACCES: permission denied, scandir '/home/user1/tmp/image_compare/root' Error: EACCES: permission denied, scandir '/home/user1/tmp/image_compare/root' ``` It would be useful to have...
It would be great to have an option to export the differences of all files to a file. This would be helpful i.e. to document changes in a config folder...
Error: "Cannot convert a Symbol value to a string" When selecting a file on one side and using the icon to copy or the icon on top to copy selection...
hallo, great extension. It is easy to find files that have been modified. (I have 2 zip archive with tens of source code files... difficult otherwise to find the 10/20...
In other words, diff should respect content of `.gitignore` files across compared folders. This would greatly increase the readability of the comparison of two repositories when there will be no...
Hi, can we provide defaults for left/right files and folders so that CMD+LL will open that immediately?
Great extenssion, congrats! If i want to use the compare feature of the visual studio to see diff side by side I have to follow the following steps: 1.- Open...