mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-01 01:25:44 -05:00
Adds paging support to repo/file quick picks
Adds keyboard support to page in repo/file quick picks Adds progress indicator for repo/file quick picks Completely reworks keyboard scopes
This commit is contained in:
@@ -86,7 +86,7 @@ export async function activate(context: ExtensionContext) {
|
||||
const activeLineController = new BlameActiveLineController(context, git, blameabilityTracker, annotationController);
|
||||
context.subscriptions.push(activeLineController);
|
||||
|
||||
context.subscriptions.push(new Keyboard(context));
|
||||
context.subscriptions.push(new Keyboard());
|
||||
|
||||
context.subscriptions.push(new CloseUnchangedFilesCommand(git, repoPath));
|
||||
context.subscriptions.push(new OpenChangedFilesCommand(git, repoPath));
|
||||
|
||||
Reference in New Issue
Block a user