mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 09:38:26 -05:00
This reverts commit d15a3fcc98.
This commit is contained in:
@@ -43,7 +43,7 @@ export class TimeElapsedStatusBarItem implements IStatusbarItem {
|
||||
|
||||
this._showStatus();
|
||||
|
||||
return combinedDisposable(...disposables);
|
||||
return combinedDisposable(disposables);
|
||||
}
|
||||
|
||||
private _onEditorsChanged() {
|
||||
|
||||
Reference in New Issue
Block a user