Skip to content

Commit cb9ca13

Browse files
author
Kartik Raj
authored
Fix color if a valid interpreter is selected (#19528)
* Fix color if a valid interpreter is selected * Oops
1 parent 9b6bb7e commit cb9ca13

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
@@ -137,6 +137,7 @@ export class InterpreterDisplay implements IInterpreterDisplay, IExtensionSingle
137137
let text = interpreter.detailedDisplayName;
138138
text = text?.startsWith('Python') ? text?.substring('Python'.length)?.trim() : text;
139139
this.statusBar.text = text ?? '';
140+
this.statusBar.backgroundColor = undefined;
140141
this.currentlySelectedInterpreterDisplay = interpreter.detailedDisplayName;
141142
} else {
142143
this.statusBar.tooltip = '';

0 commit comments

Comments
 (0)