From 5938ab1bf1220913f487155ba7e1d9057d03f73e Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Sun, 7 Nov 2021 18:12:30 +0900 Subject: dap: Fully extract template parameter prompts --- helix-view/src/editor.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'helix-view') diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs index ac234524..40c65c4c 100644 --- a/helix-view/src/editor.rs +++ b/helix-view/src/editor.rs @@ -24,7 +24,7 @@ use anyhow::Error; pub use helix_core::diagnostic::Severity; pub use helix_core::register::Registers; -use helix_core::syntax::{self, DebugConfigCompletion}; +use helix_core::syntax; use helix_core::Position; use helix_dap as dap; @@ -126,7 +126,6 @@ pub struct Editor { pub debugger: Option, pub debugger_events: SelectAll>, pub breakpoints: HashMap>, - pub debug_config_completions: Vec, pub clipboard_provider: Box, @@ -172,7 +171,6 @@ impl Editor { debugger: None, debugger_events: SelectAll::new(), breakpoints: HashMap::new(), - debug_config_completions: Vec::new(), syn_loader: config_loader, theme_loader: themes, registers: Registers::default(), -- cgit v1.2.3-70-g09d2