ZIm/crates/extension/src
Mikayla Maki 455850505f
Fix more bugs in files (#16241)
Fixes:
- [x] an issue where directories would only match by prefix, causing
both a directory and a file to be matched if in the same directory
- [x] An issue where you could not continue a file completion when
selecting a directory, as `tab` on a file would always run the command.
This effectively disabled directory sub queries.
- [x] Inconsistent rendering of files and directories in the slash
command

Release Notes:

- N/A

---------

Co-authored-by: max <max@zed.dev>
2024-08-16 10:09:38 -07:00
..
wasm_host Further improve /tabs command and slash arguments completion (#16216) 2024-08-14 17:11:51 +03:00
extension_builder.rs Update http crate name (#15041) 2024-07-23 15:01:05 -07:00
extension_indexed_docs_provider.rs Allow extensions to suggest packages for /docs completions (#16185) 2024-08-13 16:50:57 -04:00
extension_lsp_adapter.rs Extract Vue extension (#10486) 2024-04-12 14:39:27 -04:00
extension_manifest.rs extension: Remove tooltip_text from SlashCommandManifestEntry (#16306) 2024-08-15 13:25:55 -04:00
extension_settings.rs Add SettingsSources::<T>::json_merge_with function (#10869) 2024-04-22 18:38:34 -04:00
extension_slash_command.rs Fix more bugs in files (#16241) 2024-08-16 10:09:38 -07:00
extension_store.rs extension: Remove tooltip_text from SlashCommandManifestEntry (#16306) 2024-08-15 13:25:55 -04:00
extension_store_test.rs chore: Fix clippy violations from Cargo.toml (#15216) 2024-07-25 20:22:01 +02:00
wasm_host.rs extension: Upgrade wasmtime to v21 (#15210) 2024-07-25 13:56:40 -04:00