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 9f6a191 commit c744034Copy full SHA for c744034
test/unitTests/logging/OmnisharpStatusBarObserver.test.ts
@@ -78,7 +78,6 @@ suite('OmnisharpStatusBarObserver', () => {
78
expect(statusBarItem.text).to.be.equal('$(flame)');
79
expect(statusBarItem.command).to.equal('o.showOutput');
80
expect(statusBarItem.tooltip).to.be.equal('OmniSharp server is running');
81
- expect(statusBarItem.color).to.be.equal(StatusBarColors.White);
82
});
83
84
test('OnServerStop: Status bar is hidden and the attributes are set to undefined', () => {
0 commit comments