Part of #163832
This ends up exacerbating a slow startup, an idle callback will fire among other eventually/idle callbacks. Can the 5000 be removed?
|
if (!this.localUserConfiguration.hasTasksLoaded) { |
|
// Reload local user configuration again to load user tasks |
|
this._register(runWhenIdle(() => this.reloadLocalUserConfiguration(), 5000)); |
|
} |
Part of #163832
This ends up exacerbating a slow startup, an idle callback will fire among other eventually/idle callbacks. Can the 5000 be removed?
vscode/src/vs/workbench/services/configuration/browser/configurationService.ts
Lines 563 to 566 in aef171d