提交 8b82f0de 编写于 作者: B Benjamin Pasero

fix compile issue

上级 640774d8
......@@ -11,7 +11,7 @@ import { ITypescriptServiceClient } from '../typescriptService';
const typingsInstallTimeout = 30 * 1000;
export default class TypingsStatus extends vscode.Disposable {
private _acquiringTypings: Map<NodeJS.Timer> = Object.create({});
private _acquiringTypings: { [eventId: string]: NodeJS.Timer } = Object.create({});
private _client: ITypescriptServiceClient;
private _subscriptions: vscode.Disposable[] = [];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册