uv venv not auto starting up when new terminal is selected #18806
Replies: 4 comments
-
For some reason it is not working for me until |
Beta Was this translation helpful? Give feedback.
-
Also not working for me using uv on macOS (activate_script: default) |
Beta Was this translation helpful? Give feedback.
-
i found that if i add my .venv to .gitignore then it wont run, dont know if this is by design. |
Beta Was this translation helpful? Give feedback.
-
FYI #19227 is tracking this issue now. |
Beta Was this translation helpful? Give feedback.
-
I hope I'm not the only one struggling with this with zed on windows
"terminal": {
"detect_venv": {
"on": {
// Default directories to search for virtual environments, relative
// to the current working directory. We recommend overriding this
// in your project's settings, rather than globally.
"directories": [".venv", "venv"],
// Can also be
csh
,fish
, andnushell
"activate_script": "power_shell"
}
}
Beta Was this translation helpful? Give feedback.
All reactions