mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
remove deprecated extensions earlier
This commit is contained in:
@@ -108,7 +108,7 @@ function main(server: Server): void {
|
||||
server.registerChannel('extensions', channel);
|
||||
|
||||
// eventually clean up old extensions
|
||||
setTimeout(() => (extensionManagementService as ExtensionManagementService).removeDeprecatedExtensions(), 5000);
|
||||
setTimeout(() => (extensionManagementService as ExtensionManagementService).removeDeprecatedExtensions(), 100);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user