ZIm/crates/project/src
Thorsten Ball 6d91224882
Debounce language server reinstall attempts (#8277)
I don't think there's value in retrying 4 times as fast as possible,
especially if we might hit the Github API every time to check for the
newest version.

That gets us in rate limit problems quickly.

Release Notes:

- N/A
2024-02-23 17:00:05 +01:00
..
debounced_delay.rs Add debounce for re-querying completion documentation 2024-01-31 09:50:26 -05: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 Editor: support go to implementation (#7890) 2024-02-22 14:22:04 +01:00
lsp_ext_command.rs text: Wrap BufferId into a newtype 2024-01-29 20:00:47 +01:00
prettier_support.rs Ensure default prettier installs correctly when certain FS entries are missing (#8261) 2024-02-23 12:25:56 +02:00
project.rs Debounce language server reinstall attempts (#8277) 2024-02-23 17:00:05 +01:00
project_settings.rs WIP: Add a setting to visually redact enviroment variables (#7124) 2024-01-31 11:42:09 -08:00
project_tests.rs Cleanup logic for registering languages and grammars (#7593) 2024-02-08 16:24:49 -05:00
search.rs Add project search in gitignored test 2023-12-05 12:45:44 +02:00
task_inventory.rs Rename runnables into tasks (#8119) 2024-02-21 14:56:43 +02:00
terminals.rs Rename runnables into tasks (#8119) 2024-02-21 14:56:43 +02:00
worktree.rs worktree: Do not scan for .gitignore files beyond project root. (#8189) 2024-02-22 13:16:19 +01:00
worktree_tests.rs Add SystemClock (#8239) 2024-02-22 22:28:08 -05:00