mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
remove bad timeout
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user