提交 044d192d 编写于 作者: J Joao Moreno

remove bad timeout

上级 831da61a
......@@ -81,8 +81,6 @@ export async function activate(context: ExtensionContext): Promise<API> {
const telemetryReporter = new TelemetryReporter(name, version, aiKey);
deactivateTasks.push(() => telemetryReporter.dispose());
await new Promise(c => setTimeout(c, 10000));
const config = workspace.getConfiguration('git', null);
const enabled = config.get<boolean>('enabled');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册