mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-06 10:20:16 +03:00
Init chat_panel
This commit is contained in:
parent
2701abde11
commit
bb570d3702
@ -9,7 +9,7 @@ use std::{fs, path::PathBuf, sync::Arc};
|
||||
use zed::{
|
||||
self, assets,
|
||||
channel::ChannelList,
|
||||
editor, file_finder,
|
||||
chat_panel, editor, file_finder,
|
||||
fs::RealFs,
|
||||
language, menus, rpc, settings, theme_selector,
|
||||
workspace::{self, OpenParams, OpenPaths},
|
||||
@ -43,6 +43,7 @@ fn main() {
|
||||
workspace::init(cx);
|
||||
editor::init(cx);
|
||||
file_finder::init(cx);
|
||||
chat_panel::init(cx);
|
||||
theme_selector::init(&app_state, cx);
|
||||
|
||||
cx.set_menus(menus::menus(&app_state.clone()));
|
||||
|
Loading…
Reference in New Issue
Block a user