commit
059959a4ab
8 changed files with 331 additions and 2 deletions
|
@ -50,7 +50,7 @@ menu = { package = "menu2", path = "../menu2" }
|
|||
# language_tools = { path = "../language_tools" }
|
||||
node_runtime = { path = "../node_runtime" }
|
||||
# assistant = { path = "../assistant" }
|
||||
# outline = { path = "../outline" }
|
||||
outline = { package = "outline2", path = "../outline2" }
|
||||
# plugin_runtime = { path = "../plugin_runtime",optional = true }
|
||||
project = { package = "project2", path = "../project2" }
|
||||
project_panel = { package = "project_panel2", path = "../project_panel2" }
|
||||
|
|
|
@ -205,7 +205,7 @@ fn main() {
|
|||
|
||||
go_to_line::init(cx);
|
||||
file_finder::init(cx);
|
||||
// outline::init(cx);
|
||||
outline::init(cx);
|
||||
// project_symbols::init(cx);
|
||||
project_panel::init(Assets, cx);
|
||||
channel::init(&client, user_store.clone(), cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue