ZIm/crates/project/src
Lilith Iris fcf9e546da
project: Fix content not displaying when selecting a folder in Windows (#18946)
- Closes #16998

This PR resolves issues with the /file and /diagnostics commands in the
assistant panel, which previously failed to display the contents of a
directory when searching for a folder instead of using the arrow button.

- Changed the format in `project.rs` (located at
`crates/project/src/project.rs`) to use `std::path::MAIN_SEPARATOR` for
cross-platform compatibility, which resolves errors encountered on
Windows that originally used the format `format!("{}/", ...)`.


Release Notes:

- N/A
2024-10-14 12:13:53 +03:00
..
lsp_command use ssh lsp store (#17655) 2024-09-10 15:51:01 -04:00
buffer_store.rs Rebuild buffer store to be aware of remote/local distinction (#18303) 2024-09-24 14:52:30 -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 Display environment loading failures in the activity indicator (#18567) 2024-10-08 11:36:18 +02:00
environment.rs Direnv warn (#18850) 2024-10-08 11:54:28 +02:00
lsp_command.rs Rebuild buffer store to be aware of remote/local distinction (#18303) 2024-09-24 14:52:30 -07: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 fix: Absolutize path to worktree root in worktree.read_text_file (#19064) 2024-10-11 13:26:37 +03:00
prettier_store.rs Allow using system node (#18172) 2024-09-23 15:28:04 -06:00
project.rs project: Fix content not displaying when selecting a folder in Windows (#18946) 2024-10-14 12:13:53 +03:00
project_settings.rs Rework remote task synchronization (#18746) 2024-10-09 22:28:42 +03:00
project_tests.rs Fix some issues with branch buffers (#18945) 2024-10-09 16:55:25 -07:00
search.rs Remove old project search code path, bump min-supported zed version for collaboration (#18404) 2024-09-26 12:10:39 -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 Rework remote task synchronization (#18746) 2024-10-09 22:28:42 +03:00
terminals.rs Fix ~ expansion in ssh projects' terminals (#19078) 2024-10-11 21:53:37 +03:00
worktree_store.rs Fix an issue with using non-reusable body types with redirects (#19134) 2024-10-12 13:32:08 -07:00
yarn.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00