mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
history - implement interop between git and local history
This commit is contained in:
@@ -237,7 +237,7 @@ export class GitTimelineProvider implements TimelineProvider {
|
||||
|
||||
private ensureProviderRegistration() {
|
||||
if (this.providerDisposable === undefined) {
|
||||
this.providerDisposable = workspace.registerTimelineProvider(['file', 'git', 'vscode-remote', 'gitlens-git'], this);
|
||||
this.providerDisposable = workspace.registerTimelineProvider(['file', 'git', 'vscode-remote', 'gitlens-git', 'vscode-local-history'], this);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user