Skip to content

Commit f3f2177

Browse files
author
Kartik Raj
committed
Oops
1 parent 0018854 commit f3f2177

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/interpreter/display/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ export class InterpreterDisplay implements IInterpreterDisplay, IExtensionSingle
141141
this.currentlySelectedInterpreterDisplay = interpreter.detailedDisplayName;
142142
} else {
143143
this.statusBar.tooltip = '';
144+
this.statusBar.color = '';
144145
this.statusBar.backgroundColor = new ThemeColor('statusBarItem.warningBackground');
145146
this.statusBar.text = `$(alert) ${InterpreterQuickPickList.browsePath.openButtonLabel}`;
146147
this.currentlySelectedInterpreterDisplay = undefined;

0 commit comments

Comments
 (0)