zed/crates/extension/src
Marshall Bowers 771424e4f9
extension: Make worktree argument to run_slash_command optional (#15658)
This PR updates the extension API to make the `worktree` argument to
`run_slash_command` optional.

We may not always have a worktree, and not all slash commands need them,
so by making it optional we can allow individual slash commands to
decide what to do when there is no worktree.

Release Notes:

- N/A
2024-08-01 17:34:44 -04:00
..
wasm_host extension: Make worktree argument to run_slash_command optional (#15658) 2024-08-01 17:34:44 -04:00
extension_builder.rs Update http crate name (#15041) 2024-07-23 15:01:05 -07:00
extension_indexed_docs_provider.rs Rename ExtensionDocsIndexer to ExtensionIndexedDocsProvider (#13776) 2024-07-03 10:14:57 -04:00
extension_lsp_adapter.rs Extract Vue extension (#10486) 2024-04-12 14:39:27 -04:00
extension_manifest.rs extensions: Add support for snippets provided by extensions (#14020) 2024-07-10 09:40:50 +02:00
extension_settings.rs Add SettingsSources::<T>::json_merge_with function (#10869) 2024-04-22 18:38:34 -04:00
extension_slash_command.rs extension: Make worktree argument to run_slash_command optional (#15658) 2024-08-01 17:34:44 -04:00
extension_store.rs extension: Always use a real HTTP client in the ExtensionBuilder (#15514) 2024-07-30 18:04:53 -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