-
-
Notifications
You must be signed in to change notification settings - Fork 93
Closed
Labels
Description
- VSCode Version: 1.21.0
- OS Version: Windows 10
- Extension Version: 1.22
- System Language: en
- SVN Version: 1.9.7
Issue
Diff patch for selected only shows the patch for a single file that is currently open in the diff view.
Steps to Reproduce
- Make changes to some code
- Open version control sidebar
- Select multiple files (only the first file opens up in the diff view)
- Choose
Show diff patch for selectedfrom top scm options menu
SVN Output
svn cat <firstClickedFilename> -r HEAD
svn diff <firstClickedFilename>