mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-29 01:25:42 -05:00
Exposes Keys
Adds keyboard logging
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import { commands } from 'vscode';
|
||||
import { BuiltInCommands } from './constants';
|
||||
|
||||
export { Keyboard } from './commands/keyboard';
|
||||
export { Keyboard, 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