imgbot
Blaž Hrastnik 3 years ago
parent df3b88387b
commit 7ad8eaaef0

@ -614,12 +614,9 @@ pub fn dap_variables(cx: &mut Context) {
return;
}
};
let mut variables = Vec::new();
// TODO: group by scope
// TODO: ui::Text to use tui::text + styled builder
// let contents = tui::text::Text::new();
// TODO: allow expanding variables into sub-fields
let mut variables = Vec::new();
let theme = &cx.editor.theme;
let scope_style = theme.get("ui.linenr.selected");

Loading…
Cancel
Save