From 64bb1f75639136868d762b79daa9cc659bf601d0 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Sun, 7 Nov 2021 17:55:01 +0900 Subject: dap: Extract out variable rendering Will improve on the UI later --- helix-view/src/editor.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'helix-view') diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs index 4efadaf6..ac234524 100644 --- a/helix-view/src/editor.rs +++ b/helix-view/src/editor.rs @@ -11,8 +11,8 @@ use futures_util::stream::select_all::SelectAll; use tokio_stream::wrappers::UnboundedReceiverStream; use std::{ - collections::HashMap, collections::BTreeMap, + collections::HashMap, path::{Path, PathBuf}, pin::Pin, sync::Arc, @@ -127,8 +127,6 @@ pub struct Editor { pub debugger_events: SelectAll>, pub breakpoints: HashMap>, pub debug_config_completions: Vec, - pub variables: Option>, - pub variables_page: usize, pub clipboard_provider: Box, @@ -175,8 +173,6 @@ impl Editor { debugger_events: SelectAll::new(), breakpoints: HashMap::new(), debug_config_completions: Vec::new(), - variables: None, - variables_page: 0, syn_loader: config_loader, theme_loader: themes, registers: Registers::default(), -- cgit v1.2.3-70-g09d2