Fixing linter

This commit is contained in:
Konstantin Solomatov
2021-04-01 10:07:33 -07:00
parent 59ce58884e
commit c25aa77e33

View File

@@ -25,7 +25,7 @@ export class ExtensionMemento implements vscode.Memento {
private readonly _storageListener: IDisposable;
private _promiseRecords: { [key: string]: PromiseRecord } = {};
private _timeout: number | undefined;
private _timeout: any;
constructor(id: string, global: boolean, storage: ExtHostStorage) {
this._id = id;