You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At some point type labels like py[ENV] were added to the virtualenv display. I find this to be very verbose in most situations where people only use a single virtual environment in a given directory. I've modified my local copy to remove type label, please compare before and after:
I would suggest either:
Dropping the prefix entirely
Dropping prefixes where there is only one virtualenvs item
Using separate segments for different virtualenvs
I can submit PR for the first or second option.
The text was updated successfully, but these errors were encountered:
At some point type labels like
py[ENV]
were added to the virtualenv display. I find this to be very verbose in most situations where people only use a single virtual environment in a given directory. I've modified my local copy to remove type label, please compare before and after:I would suggest either:
I can submit PR for the first or second option.
The text was updated successfully, but these errors were encountered: