-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Double parantheses: "((.venv) )" #23193
Comments
Very annoying bug, wasted almost an hour trying to debug my zshrc file |
Looks like this issue is just not specific to zsh terminal instance, I am using bash termial and could still see this issue. |
Yeah think this may be a bug VS code has introduced recently. I have seen it on various machines. What was most annoying was that typing |
Same here. Mac M1 Pro - Sonoma. VS Code Version: 1.88.0 (Universal). zsh. FYI:
Hopefully, VS Code will publish a fix soon, and people won't waste too much time with it. |
Hello everyone, thank you for filing the issue. |
Resolves: microsoft#23193 microsoft#23184 Resolve duplicated (.venv) prompt for users terminal. Issue came from: microsoft#23080
This should've been resolved via: #23201 |
Resolves: microsoft/vscode-python#23193 microsoft/vscode-python#23184 Resolve duplicated (.venv) prompt for users terminal. Issue came from: microsoft/vscode-python#23080
Resolves: microsoft/vscode-python#23193 microsoft/vscode-python#23184 Resolve duplicated (.venv) prompt for users terminal. Issue came from: microsoft/vscode-python#23080
Resolves: microsoft/vscode-python#23193 microsoft/vscode-python#23184 Resolve duplicated (.venv) prompt for users terminal. Issue came from: microsoft/vscode-python#23080
Type: Bug
Behaviour
When I run command "Python: Select Interpreter" on a ".venv" file inside a workspace, and open a new vscode terminal instance (zsh) in that workspace, then the first line of the terminal appears with "((.venv) )" instead of "(.venv)" prepended.
Steps to reproduce:
Run command:
"Python: Select Interpreter" >> "Python 3.12.2 ('.venv': venv) ./.venv/bin/python"
open vscode zsh instance
ctrl + `
Diagnostic data
launch.json
configurationOutput for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output for
Python Debugger
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython Debugger
)Extension version: 2024.4.0
VS Code version: Code 1.88.0 (Universal) (5c3e652f63e798a5ac2f31ffd0d863669328dc4c, 2024-04-03T13:28:18.899Z)
OS version: Darwin arm64 22.5.0
Modes:
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
webgpu: enabled
A/B Experiments
The text was updated successfully, but these errors were encountered: