chore: Move component_preview into zed (#30480)
This improves our build times by ~0.2s Closes #ISSUE Release Notes: - N/A
This commit is contained in:
parent
e4525b80f8
commit
5ba1d3edec
11 changed files with 10 additions and 71 deletions
|
@ -658,7 +658,7 @@ fn main() {
|
|||
|
||||
let app_state = app_state.clone();
|
||||
|
||||
component_preview::init(app_state.clone(), cx);
|
||||
crate::zed::component_preview::init(app_state.clone(), cx);
|
||||
|
||||
cx.spawn(async move |cx| {
|
||||
while let Some(urls) = open_rx.next().await {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue