zed/crates/extension/src
Marshall Bowers 61e4b6413a
zed_extension_api: Return structured slash command completions (#13879)
This PR updates the extension API to use structured slash command
completions instead of plain strings.

This allows slash commands defined in extensions to take advantage of
the improvements made in #13876.

Release Notes:

- N/A
2024-07-05 14:08:42 -04:00
..
wasm_host zed_extension_api: Return structured slash command completions (#13879) 2024-07-05 14:08:42 -04:00
extension_builder.rs Add basic proxy settings (#11852) 2024-05-16 19:43:26 +03: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 Allow extensions to define providers for indexing docs (#13755) 2024-07-02 19:49:20 -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 zed_extension_api: Return structured slash command completions (#13879) 2024-07-05 14:08:42 -04:00
extension_store.rs Rename ExtensionDocsIndexer to ExtensionIndexedDocsProvider (#13776) 2024-07-03 10:14:57 -04:00
extension_store_test.rs Use a dedicated test extension in extension tests (#13781) 2024-07-03 11:10:51 -04:00
wasm_host.rs Restrict v0.0.7 of the zed_extension_api to dev builds, for now (#12170) 2024-05-22 19:45:34 -04:00