Skip to content

Commit

Permalink
Fixes #94090 - adds remote scheme for git timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Amodio authored and eamodio committed Apr 3, 2020
1 parent 7c053f1 commit c583456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/git/src/timelineProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class GitTimelineProvider implements TimelineProvider {
constructor(private readonly _model: Model) {
this.disposable = Disposable.from(
_model.onDidOpenRepository(this.onRepositoriesChanged, this),
workspace.registerTimelineProvider(['file', 'git', 'gitlens-git'], this),
workspace.registerTimelineProvider(['file', 'git', 'vscode-remote', 'gitlens-git'], this),
);
}

Expand Down

0 comments on commit c583456

Please sign in to comment.