mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
git: publish command, statusbar
This commit is contained in:
@@ -58,8 +58,6 @@ export class SyncStatusBar {
|
||||
|
||||
constructor(private model: Model) {
|
||||
this.raw = window.createStatusBarItem(StatusBarAlignment.Left);
|
||||
|
||||
|
||||
this.disposables.push(this.raw);
|
||||
model.onDidChange(this.update, this, this.disposables);
|
||||
this.update();
|
||||
|
||||
Reference in New Issue
Block a user