Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Respect VIRTUAL_ENV_PROMPT when calculating PS1 #23080

Merged
merged 2 commits into from
Mar 15, 2024

Conversation

karrtikr
Copy link

Closes #22956

Because we calculate PS1 ourselves due to a limitation: #22078, this environment variable may not end up being respected as do not use PS1. This PR fixes it.

@karrtikr karrtikr added bug Issue identified by VS Code Team member as probable bug skip tests Updates to tests unnecessary labels Mar 15, 2024
@VSCodeTriageBot VSCodeTriageBot added this to the March 2024 milestone Mar 15, 2024
@karrtikr karrtikr enabled auto-merge (squash) March 15, 2024 23:01
@karrtikr karrtikr merged commit 01e5cbd into main Mar 15, 2024
67 checks passed
@karrtikr karrtikr deleted the kartik/payable-rattlesnake branch March 15, 2024 23:06
wesm pushed a commit to posit-dev/positron that referenced this pull request Apr 5, 2024
…ython#23080)

Closes microsoft/vscode-python#22956

Because we calculate `PS1` ourselves due to a limitation:
microsoft/vscode-python#22078, this environment
variable may not end up being respected as do not use `PS1`. This PR
fixes it.
wesm pushed a commit to posit-dev/positron that referenced this pull request Apr 8, 2024
…ython#23080)

Closes microsoft/vscode-python#22956

Because we calculate `PS1` ourselves due to a limitation:
microsoft/vscode-python#22078, this environment
variable may not end up being respected as do not use `PS1`. This PR
fixes it.
anthonykim1 added a commit that referenced this pull request Apr 8, 2024
Resolves: #23193 #23184

Resolve duplicated (.venv) prompt for users terminal.
Issue came from: #23080
anthonykim1 added a commit to anthonykim1/vscode-python that referenced this pull request Apr 9, 2024
Resolves: microsoft#23193 microsoft#23184

Resolve duplicated (.venv) prompt for users terminal.
Issue came from: microsoft#23080
karthiknadig pushed a commit that referenced this pull request Apr 9, 2024
Resolves: #23193 #23184

Resolve duplicated (.venv) prompt for users terminal.
Issue came from: #23080
wesm pushed a commit to posit-dev/positron that referenced this pull request May 10, 2024
seeM pushed a commit to posit-dev/positron that referenced this pull request May 12, 2024
wesm pushed a commit to posit-dev/positron that referenced this pull request May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug skip tests Updates to tests unnecessary
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VIRTUAL_ENV_PROMPT is not respected by extension
3 participants