mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-11 05:30:03 -05:00
progress - show window progress early
This commit is contained in:
@@ -74,9 +74,9 @@ export class ProgressService2 implements IProgressService2 {
|
||||
title
|
||||
};
|
||||
|
||||
this._stack.unshift(task);
|
||||
|
||||
const promise = callback(task.progress);
|
||||
this._stack.unshift(task);
|
||||
this._updateProgress();
|
||||
|
||||
always(promise, () => {
|
||||
const idx = this._stack.indexOf(task);
|
||||
|
||||
Reference in New Issue
Block a user