Improve the look of the syntax tree view UI
This commit is contained in:
parent
e969e3b028
commit
56b749788f
8 changed files with 382 additions and 67 deletions
|
@ -314,6 +314,9 @@ pub fn initialize_workspace(
|
|||
let lsp_log_item =
|
||||
cx.add_view(|_| language_tools::LspLogToolbarItemView::new());
|
||||
toolbar.add_item(lsp_log_item, cx);
|
||||
let syntax_tree_item = cx
|
||||
.add_view(|_| language_tools::SyntaxTreeToolbarItemView::new());
|
||||
toolbar.add_item(syntax_tree_item, cx);
|
||||
})
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue