ZIm/crates/project/src
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
..
lsp_command use ssh lsp store (#17655) 2024-09-10 15:51:01 -04:00
buffer_store.rs Fix the log spam from the BlameBuffer request (#19921) 2024-10-29 13:02:21 -07:00
color_extractor.rs Show color swatches for LSP completions (#18665) 2024-10-03 14:38:17 -04:00
connection_manager.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
debounced_delay.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
direnv.rs Environment loading fixes (#19144) 2024-10-16 12:14:40 +02:00
environment.rs project environment: Log when which env is used (#19270) 2024-10-16 14:12:45 +02:00
image_store.rs image viewer: Ensure images can never be loaded twice (#20472) 2024-11-10 13:17:19 +01:00
lsp_command.rs Support .editorconfig (#19455) 2024-10-21 13:05:30 +03:00
lsp_ext_command.rs Fix renames over language server for SSH remoting (#17897) 2024-09-16 16:20:17 -06:00
lsp_store.rs language servers: Fix wrong language server name (#20428) 2024-11-11 10:18:38 +01:00
prettier_store.rs language servers: Fix wrong language server name (#20428) 2024-11-11 10:18:38 +01:00
project.rs language servers: Fix wrong language server name (#20428) 2024-11-11 10:18:38 +01:00
project_settings.rs language servers: Fix wrong language server name (#20428) 2024-11-11 10:18:38 +01:00
project_tests.rs Don't try to make project search and outline order match project panel (#20513) 2024-11-11 12:20:04 -08:00
search.rs Enable look-around in Project Search using fancy-regex crate (#20308) 2024-11-07 09:18:09 -07:00
search_history.rs project search: Persist search history across session (#9932) 2024-04-02 11:13:18 +02:00
task_inventory.rs Rework remote task synchronization (#18746) 2024-10-09 22:28:42 +03:00
task_store.rs Add settings to remote servers, use XDG paths on remote, and enable node LSPs (#19176) 2024-10-15 23:32:44 -07:00
terminals.rs terminal: Fix detection of ignored python venv (#20227) 2024-11-13 17:19:25 +01:00
toolchain_store.rs Fix toolchain detection for worktree-local paths (#20229) 2024-11-05 14:25:18 +01:00
worktree_store.rs Don't try to make project search and outline order match project panel (#20513) 2024-11-11 12:20:04 -08:00
yarn.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00