Rename extension crate to extension_host (#20081)

This PR renames the `extension` crate to `extension_host`.

This is to free up the name so that we can create a smaller-scoped
`extension` crate.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-11-01 12:53:02 -04:00 committed by GitHub
parent c8f1969916
commit ea44c510a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 46 additions and 45 deletions

View file

@ -402,7 +402,7 @@ fn main() {
app_state.client.telemetry().clone(),
cx,
);
extension::init(
extension_host::init(
app_state.fs.clone(),
app_state.client.clone(),
app_state.node_runtime.clone(),