Fixes #130 - Stops repeated welcome for some users

No idea why the version check fails, but hopefully this will help
This commit is contained in:
Eric Amodio
2017-09-04 03:26:18 -04:00
parent 3835193118
commit e192c547b1
2 changed files with 11 additions and 7 deletions

View File

@@ -86,6 +86,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Fixed
- Fixes an issue where remote branches couldn't be opened properly in their remote service
- Fixes [#130](https://github.com/eamodio/vscode-gitlens/issues/130) - First-run "Thank you for choosing GitLens! [...]" info message shown on every start up
## [4.4.3] - 2017-08-30
## Fixed