@ -12,6 +12,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Fixed
- Fixes [1439](https://github.com/eamodio/vscode-gitlens/issues/1439) - Copying a remote file URL for a file on Azure DevOps does not work — thanks to [PR #1440](https://github.com/eamodio/vscode-gitlens/pull/1440) by Lee C. ([MeltingMosaic](https://github.com/MeltingMosaic))
@ -619,7 +619,6 @@ Additionally, these integrations provide commands to copy the url of or open, fi
- Adds an _Open Changes (difftool)_ command (`gitlens.externalDiff`) to open the changes of a file or set of files with the configured git difftool
- Adds an _Open All Changes (difftool)_ command (`gitlens.externalDiffAll`) to open all working changes with the configured git difftool
- Adds an _Open Directory Compare (difftool)_ command (`gitlens.diffDirectoryWithHead`) to compare the working tree with HEAD with the configured Git difftool
- Adds an _Open Directory Compare (difftool) with..._ command (`gitlens.diffDirectory`) to compare the working tree with the selected reference with the configured Git difftool
@ -1036,6 +1035,7 @@ A big thanks to the people that have contributed to this project:
- Brian Bolte ([@bolte-17](https://github.com/bolte-17)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=bolte-17)
- Tony Brix ([@UziTech](https://github.com/UziTech)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=UziTech)
- Lee C. ([MeltingMosaic](https://github.com/MeltingMosaic)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=MeltingMosaic)