mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-13 23:44:09 +01:00
Load extension host after workbench is running phase (fixes #38323)
This commit is contained in:
@@ -104,9 +104,9 @@ export class ExtensionService implements IExtensionService {
|
||||
this._extensionHostProcessCustomers = [];
|
||||
this._extensionHostProcessProxy = null;
|
||||
|
||||
lifecycleService.when(LifecyclePhase.Restoring).then(() => {
|
||||
lifecycleService.when(LifecyclePhase.Running).then(() => {
|
||||
// delay extension host creation and extension scanning
|
||||
// until after the editors/panels are restored
|
||||
// until after workbench is running
|
||||
this._startExtensionHostProcess([]);
|
||||
this._scanAndHandleExtensions();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user