mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-14 03:58:31 -05:00
Fixes incorrect command
This commit is contained in:
@@ -272,7 +272,7 @@ export class BlameActiveLineController extends Disposable {
|
|||||||
case StatusBarCommand.ShowQuickFileHistory:
|
case StatusBarCommand.ShowQuickFileHistory:
|
||||||
this._statusBarItem.tooltip = 'Show File History';
|
this._statusBarItem.tooltip = 'Show File History';
|
||||||
break;
|
break;
|
||||||
case StatusBarCommand.ShowQuickFileHistory:
|
case StatusBarCommand.ShowQuickCurrentBranchHistory:
|
||||||
this._statusBarItem.tooltip = 'Show Branch History';
|
this._statusBarItem.tooltip = 'Show Branch History';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user