Skip to content

Conversation

@anthonykim1
Copy link

@anthonykim1 anthonykim1 commented Dec 13, 2024

Resolves: #23978

@anthonykim1 anthonykim1 added debt Covers everything internal: CI, testing, refactoring of the codebase, etc. area-environments Features relating to handling interpreter environments labels Dec 13, 2024
@anthonykim1 anthonykim1 self-assigned this Dec 13, 2024
@anthonykim1
Copy link
Author

anthonykim1 commented Dec 13, 2024

TODO: Screenshot 2024-12-13 at 11 35 03 AM

Quotes are removed from select interpreter list as desired, but still persist on bottom right corner.

);
// Truncate ' ' inside parenthesis for Select Interpreter Lists.
for (const singleInterpreter of interpreterLists) {
if (singleInterpreter.label.includes('(') && singleInterpreter.label.includes(')')) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not the right change. You should be able to find where this is set by following where label is set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-environments Features relating to handling interpreter environments debt Covers everything internal: CI, testing, refactoring of the codebase, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove quotes from environment name in the status bar and interpreter selector

2 participants