Skip to content

Why does reloadLocalUserConfiguration use an idle callback with a forced timeout? #163313

@Tyriar

Description

@Tyriar

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));
}

Metadata

Metadata

Labels

insiders-releasedPatch has been released in VS Code Insidersperf

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions