mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-31 20:55:34 +01:00
cleanup: initialize profiles when state is initiaized (#153002)
clean up: - initialize profiles when state is initiaized
This commit is contained in:
committed by
GitHub
parent
080c9a2611
commit
28e9322f72
@@ -160,7 +160,7 @@ class CliMain extends Disposable {
|
||||
|
||||
// Initialize
|
||||
await Promise.all([
|
||||
stateService.init().then(() => userDataProfilesService.init()),
|
||||
stateService.init(),
|
||||
configurationService.initialize()
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user