Skip to content

Commit 75b264f

Browse files
Kartik Rajwesm
Kartik Raj
authored andcommitted
Fix color if a valid interpreter is selected (microsoft/vscode-python#19528)
* Fix color if a valid interpreter is selected * Oops
1 parent fe0cee5 commit 75b264f

File tree

1 file changed

+1
-0
lines changed
  • extensions/positron-python/src/client/interpreter/display

1 file changed

+1
-0
lines changed

extensions/positron-python/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)