style question for prompt
in pyvenv.cfg
#2813
vagreargnatry
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the currently created project, the default prompt should be the project name. After being automatically activated in the VS Code terminal, I think it is because of this change that the prompt has no brackets and spaces. Using
eval $(pdm venv activate)
still results in brackets and spaces. The environment created usingpython -m venv .venv
does not have prompt set, but the output ofecho $VIRTUAL_ENV_PROMPT
is(.venv)
My question is, could you please tell me how should we handle this change?pdm version:
2.14.0
vscode version:
1.88.1
vscode extension python version:
v2024.4.1
os:
archlinux
Beta Was this translation helpful? Give feedback.
All reactions