In VS Code – is there a way to show the automatically activated environment in the usual `(env_name)` style?
My automated env activation works fine, it just looks ugly in the terminal (see screenshot) – does anyone know a way to change it?
How to run a Python file in VS Code inside a virtual environment?
In my folder folder1
I have a python venv which I have activated in my terminal with source .venv/bin/activate
.