mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-14 20:34:30 +01:00
follow up for #50190
This commit is contained in:
@@ -314,11 +314,6 @@ export class NotificationViewItemProgress implements INotificationViewItemProgre
|
||||
}
|
||||
|
||||
public worked(value: number): void {
|
||||
if (this._state.worked === value) {
|
||||
this._onDidChange.fire();
|
||||
return;
|
||||
}
|
||||
|
||||
this._state.worked = value;
|
||||
|
||||
this._state.infinite = void 0;
|
||||
|
||||
Reference in New Issue
Block a user