From 7ad8eaaef0b292f4be6c66298cea40d2b928e172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= Date: Tue, 14 Dec 2021 00:41:51 +0900 Subject: [PATCH] wip --- helix-term/src/commands/dap.rs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/helix-term/src/commands/dap.rs b/helix-term/src/commands/dap.rs index 8935bc9c4..58ef99f52 100644 --- a/helix-term/src/commands/dap.rs +++ b/helix-term/src/commands/dap.rs @@ -614,13 +614,10 @@ pub fn dap_variables(cx: &mut Context) { return; } }; + + // TODO: allow expanding variables into sub-fields 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 scope_style = theme.get("ui.linenr.selected"); let type_style = theme.get("ui.text");