extension: Reorganize capabilities (#35143)
This PR reorganizes the capabilities within the `extension` crate to make it easier to add more. Release Notes: - N/A
This commit is contained in:
parent
6a9a539b10
commit
2a0170dc3c
5 changed files with 259 additions and 165 deletions
|
@ -1,3 +1,4 @@
|
|||
mod capabilities;
|
||||
pub mod extension_builder;
|
||||
mod extension_events;
|
||||
mod extension_host_proxy;
|
||||
|
@ -16,6 +17,7 @@ use language::LanguageName;
|
|||
use semantic_version::SemanticVersion;
|
||||
use task::{SpawnInTerminal, ZedDebugConfig};
|
||||
|
||||
pub use crate::capabilities::*;
|
||||
pub use crate::extension_events::*;
|
||||
pub use crate::extension_host_proxy::*;
|
||||
pub use crate::extension_manifest::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue