mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-29 01:25:42 -05:00
Adds commit navigation in quick pick lists via alt+, alt+.
Reworks keyboard context
This commit is contained in:
@@ -33,7 +33,7 @@ export class FileHistoryQuickPick {
|
||||
new CommandQuickPickItem({
|
||||
label: `go back \u21A9`,
|
||||
description: `\u00a0 \u2014 \u00a0\u00a0 to history of \u00a0$(file-text) ${path.basename(uri.fsPath)}`
|
||||
}, Commands.ShowQuickFileHistory, [uri, maxCount])
|
||||
}, Commands.ShowQuickFileHistory, [uri, maxCount, undefined, log])
|
||||
]));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user