Change action namespace to 'debug' for LSP log and syntax tree view

This commit is contained in:
Max Brunsfeld 2023-06-12 15:54:36 -07:00
parent 8542911eec
commit 04e43899c0
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ use workspace::{
ToolbarItemLocation, ToolbarItemView, Workspace,
};
actions!(log, [OpenSyntaxTreeView]);
actions!(debug, [OpenSyntaxTreeView]);
pub fn init(cx: &mut AppContext) {
cx.add_action(