ZIm/crates/project/src
Amin Yahyaabadi 1313402a6b
Introduce cross-platform file-watching (#6855)
This adds cross-platform file-watching via the
[Notify](https://github.com/notify-rs/notify) crate. The previous
fs-events implementation is now only used on MacOS, and on other
platforms Notify is used. The watching function interface is the same.

Related to #5391 #5395 #5394.

Release Notes:

- N/A
2024-01-29 22:18:10 +02:00
..
ignore.rs Port new workspace logic to gpui2, uncomment most of the workspace2 tests 2023-11-17 22:54:19 +02:00
lsp_command.rs text: Wrap BufferId into a newtype 2024-01-29 20:00:47 +01:00
lsp_ext_command.rs text: Wrap BufferId into a newtype 2024-01-29 20:00:47 +01:00
prettier_support.rs Clean up LSP servers on worktree release 2024-01-23 11:34:51 +02:00
project.rs Change underlying type of BufferId to NonZeroU64. 2024-01-29 20:00:47 +01:00
project_settings.rs Fix typos detected by crate-ci/typos 2024-01-17 14:31:21 -08:00
project_tests.rs Fix relative path opening from project symbols 2024-01-08 15:12:22 -07:00
search.rs Add project search in gitignored test 2023-12-05 12:45:44 +02:00
terminals.rs Activate the nushell virtualenv overlay correctly 2024-01-26 12:52:28 +01:00
worktree.rs Introduce cross-platform file-watching (#6855) 2024-01-29 22:18:10 +02:00
worktree_tests.rs text: Wrap BufferId into a newtype 2024-01-29 20:00:47 +01:00