mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-02 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:
@@ -2,7 +2,7 @@
|
||||
import { commands } from 'vscode';
|
||||
import { BuiltInCommands } from './constants';
|
||||
|
||||
export { Keyboard, Keys } from './commands/keyboard';
|
||||
export { Keyboard, KeyboardScope, KeyMapping, KeyNoopCommand, Keys } from './commands/keyboard';
|
||||
|
||||
export { ActiveEditorCommand, Command, Commands, EditorCommand, openEditor } from './commands/commands';
|
||||
export { CloseUnchangedFilesCommand } from './commands/closeUnchangedFiles';
|
||||
|
||||
Reference in New Issue
Block a user