Browse Source

Fixes remotes not always detected on startup

main
Eric Amodio 7 years ago
parent
commit
c4472b4d45
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/git/gitContextTracker.ts

+ 1
- 1
src/git/gitContextTracker.ts View File

@ -62,7 +62,7 @@ export class GitContextTracker extends Disposable {
];
this._disposable = Disposable.from(...subscriptions);
this.onActiveTextEditorChanged(window.activeTextEditor);
this.updateContext(BlameabilityChangeReason.EditorChanged, window.activeTextEditor, true);
}
}
}

Loading…
Cancel
Save