mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Fixing linter
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user