wip
This commit is contained in:
parent
df3b88387b
commit
7ad8eaaef0
1 changed files with 2 additions and 5 deletions
|
@ -614,13 +614,10 @@ pub fn dap_variables(cx: &mut Context) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// TODO: allow expanding variables into sub-fields
|
||||||
let mut variables = Vec::new();
|
let mut variables = Vec::new();
|
||||||
|
|
||||||
// TODO: group by scope
|
|
||||||
// TODO: ui::Text to use tui::text + styled builder
|
|
||||||
|
|
||||||
// let contents = tui::text::Text::new();
|
|
||||||
|
|
||||||
let theme = &cx.editor.theme;
|
let theme = &cx.editor.theme;
|
||||||
let scope_style = theme.get("ui.linenr.selected");
|
let scope_style = theme.get("ui.linenr.selected");
|
||||||
let type_style = theme.get("ui.text");
|
let type_style = theme.get("ui.text");
|
||||||
|
|
Loading…
Add table
Reference in a new issue