You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not very convenient to put a venv on $PATH. Zed should read $VIRTUAL_ENV and show the venv in the toolchain. VS Code does this (when a folder is open).
The use case is that in non-package (library) centric fields, mostly a "global" venv is used rather than per-project basis.
Seems like VS Code had this venv cached or something from the last time I put it on $PATH. VS Code and Zed both use PET for detection therefore both should be same, as I initially thought, and this is indeed the case.
So this should be added upstream as this is very common and needed (detecting $VIRTUAL_ENV that is).
Check for existing issues
Describe the feature
It is not very convenient to put a venv on
$PATH
. Zed should read$VIRTUAL_ENV
and show the venv in the toolchain. VS Code does this (when a folder is open).The use case is that in non-package (library) centric fields, mostly a "global" venv is used rather than per-project basis.
Environment
Zed: v0.166.1 (Zed Preview)
OS: macOS 15.2.0
Memory: 8 GiB
Architecture: aarch64
If applicable, add mockups / screenshots to help present your vision of the feature
export VIRTUAL_ENV="$HOME/.local/share/ds"
VS Code:
The text was updated successfully, but these errors were encountered: