mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-20 09:45:36 -05:00
Updates dependencies (typescript)
Fixes newly detected typescript errors
This commit is contained in:
@@ -88,7 +88,7 @@ export class GitService extends Disposable {
|
||||
private _disposable: Disposable | undefined;
|
||||
private _fireGitCacheChangeDebounced: () => void;
|
||||
private _fsWatcher: FileSystemWatcher | undefined;
|
||||
private _gitignore: Promise<ignore.Ignore>;
|
||||
private _gitignore: Promise<ignore.Ignore | undefined>;
|
||||
|
||||
static EmptyPromise: Promise<GitBlame | GitDiff | GitLog | undefined> = Promise.resolve(undefined);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user