git: publish command, statusbar

This commit is contained in:
Joao Moreno
2017-01-11 18:56:15 +01:00
parent 4c3f63a377
commit 01e466ee6e
4 changed files with 32 additions and 9 deletions

View File

@@ -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();