Skip to content

Commit 28f59d5

Browse files
authored
Fix arg order
1 parent c744034 commit 28f59d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/observers/OmnisharpStatusBarObserver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class OmnisharpStatusBarObserver extends BaseStatusBarItemObserver {
3333
this.ResetAndHideStatusBar();
3434
break;
3535
case EventType.OmnisharpServerOnStart:
36-
this.SetAndShowStatusBar('$(flame)', 'o.showOutput', 'OmniSharp server is running');
36+
this.SetAndShowStatusBar('$(flame)', 'o.showOutput', undefined, 'OmniSharp server is running');
3737
break;
3838
case EventType.DownloadStart:
3939
this.SetAndShowStatusBar("$(cloud-download) Downloading packages", '', '', `Downloading package '${(<DownloadStart>event).packageDescription}...' `);

0 commit comments

Comments
 (0)