Skip to content

Commit

Permalink
Fixes double getRemotes call
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Sep 12, 2017
1 parent 655afb3 commit 38c44c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Fixes [#130](https://github.com/eamodio/vscode-gitlens/issues/130) - First-run "Thank you for choosing GitLens! [...]" info message shown on every start up
- Fixes [#120](https://github.com/eamodio/vscode-gitlens/issues/120) - Feature Request: "Open in Remote" support for custom repositories
- Fixes an issue where sometimes diffs (via branch name) wouldn't open properly
- Fixes an issue where remotes are queried more than once on startup

## [4.4.3] - 2017-08-30
## Fixed
Expand Down
1 change: 0 additions & 1 deletion src/git/gitContextTracker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export class GitContextTracker extends Disposable {
setCommandContext(CommandContext.IsRepository, !!this.git.repoPath);

this._onConfigurationChanged();
this._onActiveTextEditorChanged(window.activeTextEditor);
}

dispose() {
Expand Down

0 comments on commit 38c44c8

Please sign in to comment.