We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c744034 commit 28f59d5Copy full SHA for 28f59d5
src/observers/OmnisharpStatusBarObserver.ts
@@ -33,7 +33,7 @@ export class OmnisharpStatusBarObserver extends BaseStatusBarItemObserver {
33
this.ResetAndHideStatusBar();
34
break;
35
case EventType.OmnisharpServerOnStart:
36
- this.SetAndShowStatusBar('$(flame)', 'o.showOutput', 'OmniSharp server is running');
+ this.SetAndShowStatusBar('$(flame)', 'o.showOutput', undefined, 'OmniSharp server is running');
37
38
case EventType.DownloadStart:
39
this.SetAndShowStatusBar("$(cloud-download) Downloading packages", '', '', `Downloading package '${(<DownloadStart>event).packageDescription}...' `);
0 commit comments