zed/crates/project
Askar 7832883c74
terminal: Fix detection of ignored python venv (#20227)
Closes #19227

Since items listed in `.gitignore` file are not included in a worktree,
python virtual environment cannot be detected until venv directory is
unfolded from project panel and forcefully added into worktree. I didn't
come up with anything better than scanning fs directly. I'm not sure how
it will affect remote development. if at all.

Release Notes:

- Fixed detection of `detect_venv.directories` ignored by a worktree
2024-11-13 17:19:25 +01:00
..
src terminal: Fix detection of ignored python venv (#20227) 2024-11-13 17:19:25 +01:00
Cargo.toml Enable reload of images in image viewer (#20374) 2024-11-10 11:37:02 +01:00
LICENSE-GPL