Merge branch 'main' into welcome2

This commit is contained in:
Mikayla 2023-11-28 15:38:51 -08:00
commit a41c857855
No known key found for this signature in database
88 changed files with 2768 additions and 2094 deletions

View file

@ -188,7 +188,7 @@ fn main() {
let app_state = Arc::new(AppState {
languages,
client: client.clone(),
user_store,
user_store: user_store.clone(),
fs,
build_window_options,
call_factory: call::Call::new,
@ -208,7 +208,7 @@ fn main() {
// outline::init(cx);
// project_symbols::init(cx);
project_panel::init(Assets, cx);
// channel::init(&client, user_store.clone(), cx);
channel::init(&client, user_store.clone(), cx);
// diagnostics::init(cx);
search::init(cx);
// semantic_index::init(fs.clone(), http.clone(), languages.clone(), cx);