-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to compare folders to see changes to another folder #10350
Comments
@Aleksey-Bykov maybe install a tool for diffing? why would VS Code allow you to diff 2 folders? |
i use "meld" (http://meldmerge.org/) for diffing folders, by the same reasoning you might be wondering why i am not using VS2015 for writing code in TypeScript, well because i like everything in one place |
You need a folder diff tool to work with TypeScript? |
any text file please |
real life use case:
|
@Aleksey-Bykov wait, now you talk about comparing git branches, for that we already have a feature request and that makes a lot more sense to me. If so I would close this one because it draws the impression you want to compare 2 real folders on disk. |
this is what happens behind the scene, git creates 2 folders for you, all you need to do is to feed them to a tool capable of diffing folders |
currently only 1 file can be viewed in a diff mode, please enable diffing folders
The text was updated successfully, but these errors were encountered: