Skip to content

Commit 044d192

Browse files
committed
remove bad timeout
1 parent 831da61 commit 044d192

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

extensions/git/src/main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ export async function activate(context: ExtensionContext): Promise<API> {
8181
const telemetryReporter = new TelemetryReporter(name, version, aiKey);
8282
deactivateTasks.push(() => telemetryReporter.dispose());
8383

84-
await new Promise(c => setTimeout(c, 10000));
85-
8684
const config = workspace.getConfiguration('git', null);
8785
const enabled = config.get<boolean>('enabled');
8886

0 commit comments

Comments
 (0)