ZIm/crates/project/src
Bennet Bo Fenner 1e22faebc9
lsp: Check if language server supports workspace/symbol request (#27491)
This ensures that we do not get a bunch of error logs when using the
symbol search:
```
[2025-03-26T13:23:32+01:00 ERROR project] Method not found
[2025-03-26T13:23:32+01:00 ERROR project] Method not found
[2025-03-26T13:23:32+01:00 ERROR project] Method not found
[2025-03-26T13:23:32+01:00 ERROR project] Method not found
[2025-03-26T13:23:32+01:00 ERROR project] Method not found
[2025-03-26T13:23:33+01:00 ERROR project] Method not found
...
```

Release Notes:

- N/A
2025-03-26 13:09:41 +00:00
..
debugger Allow enabling/disabling breakpoints (#27280) 2025-03-26 02:06:08 -04:00
git_store Migrate most callers of git-related worktree APIs to use the GitStore (#27225) 2025-03-21 00:10:17 -04:00
lsp_command Remove language::markdown (#25136) 2025-02-19 08:55:36 -07:00
lsp_store Merge clangd's inactiveRegions with existing diagnostics (#26737) 2025-03-25 15:13:53 +02:00
manifest_tree project: Track manifest locations per unique manifest locator (#27194) 2025-03-21 15:22:36 +01:00
buffer_store.rs Migrate most callers of git-related worktree APIs to use the GitStore (#27225) 2025-03-21 00:10:17 -04:00
color_extractor.rs Simplify static expression to a constant (#23193) 2025-01-15 19:31:21 +00:00
connection_manager.rs Migrate most callers of git-related worktree APIs to use the GitStore (#27225) 2025-03-21 00:10:17 -04:00
debounced_delay.rs Move "async move" a few characters to the left in cx.spawn() (#26758) 2025-03-19 02:09:02 +00:00
debugger.rs Debugger implementation (#13433) 2025-03-18 12:55:25 -04:00
direnv.rs Environment loading fixes (#19144) 2024-10-16 12:14:40 +02:00
environment.rs Move "async move" a few characters to the left in cx.spawn() (#26758) 2025-03-19 02:09:02 +00:00
git_store.rs Delete unused checkpoints (#27260) 2025-03-21 16:39:01 +00:00
image_store.rs Move "async move" a few characters to the left in cx.spawn() (#26758) 2025-03-19 02:09:02 +00:00
lsp_command.rs lsp: Add support for textDocument/documentSymbol (#27488) 2025-03-26 11:38:22 +00:00
lsp_store.rs lsp: Check if language server supports workspace/symbol request (#27491) 2025-03-26 13:09:41 +00:00
manifest_tree.rs project: Track manifest locations per unique manifest locator (#27194) 2025-03-21 15:22:36 +01:00
prettier_store.rs Fix code action formatters creating separate transaction (#26311) 2025-03-19 20:59:43 -05:00
project.rs lsp: Add support for textDocument/documentSymbol (#27488) 2025-03-26 11:38:22 +00:00
project_settings.rs lsp-config: Allow setting a server's environment variables (#27213) 2025-03-21 09:15:41 +02:00
project_tests.rs Fix crash when toggling deleted hunk (#27138) 2025-03-24 19:25:56 +00:00
search.rs Revert "Use multi-line regex for '\s'" (#25926) 2025-03-03 10:32:49 -05:00
search_history.rs project search: Persist search history across session (#9932) 2024-04-02 11:13:18 +02:00
task_inventory.rs Notify about broken task file contents (#27185) 2025-03-20 13:06:10 +00:00
task_store.rs Notify about broken task file contents (#27185) 2025-03-20 13:06:10 +00:00
terminals.rs Move "async move" a few characters to the left in cx.spawn() (#26758) 2025-03-19 02:09:02 +00:00
toolchain_store.rs Move "async move" a few characters to the left in cx.spawn() (#26758) 2025-03-19 02:09:02 +00:00
worktree_store.rs Migrate most callers of git-related worktree APIs to use the GitStore (#27225) 2025-03-21 00:10:17 -04:00
yarn.rs Move "async move" a few characters to the left in cx.spawn() (#26758) 2025-03-19 02:09:02 +00:00