mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-31 01:25:44 -05:00
Adds ability to esc out of file annotations
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
'use strict';
|
||||
import { CancellationTokenSource, commands, Disposable, QuickPickItem, QuickPickOptions, TextDocumentShowOptions, TextEditor, Uri, window, workspace } from 'vscode';
|
||||
import { Commands, Keyboard, KeyboardScope, KeyMapping, Keys, openEditor } from '../commands';
|
||||
import { Commands, openEditor } from '../commands';
|
||||
import { ExtensionKey, IAdvancedConfig } from '../configuration';
|
||||
import { GitCommit, GitLogCommit, GitStashCommit } from '../gitService';
|
||||
import { Keyboard, KeyboardScope, KeyMapping, Keys } from '../keyboard';
|
||||
// import { Logger } from '../logger';
|
||||
import * as moment from 'moment';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user