Skip to content

Commit 38c44c8

Browse files
committed
Fixes double getRemotes call
1 parent 655afb3 commit 38c44c8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
9898
- Fixes [#130](https://github.com/eamodio/vscode-gitlens/issues/130) - First-run "Thank you for choosing GitLens! [...]" info message shown on every start up
9999
- Fixes [#120](https://github.com/eamodio/vscode-gitlens/issues/120) - Feature Request: "Open in Remote" support for custom repositories
100100
- Fixes an issue where sometimes diffs (via branch name) wouldn't open properly
101+
- Fixes an issue where remotes are queried more than once on startup
101102

102103
## [4.4.3] - 2017-08-30
103104
## Fixed

src/git/gitContextTracker.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export class GitContextTracker extends Disposable {
3838
setCommandContext(CommandContext.IsRepository, !!this.git.repoPath);
3939

4040
this._onConfigurationChanged();
41-
this._onActiveTextEditorChanged(window.activeTextEditor);
4241
}
4342

4443
dispose() {

0 commit comments

Comments
 (0)