Whenever I’m accessing a venv from the VS Code terminal, VS Code adds the name of the venv to the beginning of each prompt, which I’ve highlighted here:
The issue here is that I use Starship, which already handles displaying the venv, so this behavior is redundant and cluttering.
Is there a setting in VSCode that will let me turn this off? I’m on macOS.
3