mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-12 19:18:32 -05:00
Merge from vscode 52dcb723a39ae75bee1bd56b3312d7fcdc87aeed (#6719)
This commit is contained in:
@@ -28,7 +28,7 @@ import { IPanelService } from 'vs/workbench/services/panel/common/panelService';
|
||||
|
||||
export class ProgressService extends Disposable implements IProgressService {
|
||||
|
||||
_serviceBrand: ServiceIdentifier<IProgressService>;
|
||||
_serviceBrand!: ServiceIdentifier<IProgressService>;
|
||||
|
||||
private readonly stack: [IProgressOptions, Progress<IProgressStep>][] = [];
|
||||
private readonly globalStatusEntry = this._register(new MutableDisposable());
|
||||
|
||||
Reference in New Issue
Block a user