mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-17 09:45:36 -05:00
Watches for blame annotation changes
So that it can hide/restore the hover blame annotation if needed
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
'use strict';
|
||||
import { /*Functions,*/ Iterables, Objects } from './system';
|
||||
import { Iterables, Objects } from './system';
|
||||
import { Disposable, Event, EventEmitter, ExtensionContext, languages, Location, Position, Range, TextDocument, TextEditor, Uri, workspace } from 'vscode';
|
||||
import { CodeLensVisibility, IConfig } from './configuration';
|
||||
import { DocumentSchemes, WorkspaceState } from './constants';
|
||||
|
||||
Reference in New Issue
Block a user