mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-01 17:25:33 -05:00
Adds go back choice to quickpick menus
This commit is contained in:
@@ -5,6 +5,10 @@ import { GitCommit, GitUri } from '../gitProvider';
|
||||
import * as moment from 'moment';
|
||||
import * as path from 'path';
|
||||
|
||||
export interface BackQuickPickItem extends QuickPickItem {
|
||||
command: Commands;
|
||||
}
|
||||
|
||||
export class CommitQuickPickItem implements QuickPickItem {
|
||||
|
||||
label: string;
|
||||
|
||||
Reference in New Issue
Block a user