pull/9723/head
mo8it 7 months ago
parent 3cff5bd4ba
commit 3d1716fe1a

@ -8,9 +8,9 @@ use crate::job::Job;
use super::*; use super::*;
use globset::{Glob, GlobBuilder, GlobSetBuilder}; use globset::{Glob, GlobBuilder, GlobSetBuilder};
use helix_core::{encoding, line_ending, shellwords::Shellwords};
use helix_core::fuzzy::fuzzy_match; use helix_core::fuzzy::fuzzy_match;
use helix_core::indent::MAX_INDENT; use helix_core::indent::MAX_INDENT;
use helix_core::{encoding, line_ending, shellwords::Shellwords};
use helix_stdx::env::current_working_dir; use helix_stdx::env::current_working_dir;
use helix_view::document::{read_to_string, DEFAULT_LANGUAGE_NAME}; use helix_view::document::{read_to_string, DEFAULT_LANGUAGE_NAME};
use helix_view::editor::{Action, CloseError, ConfigEvent}; use helix_view::editor::{Action, CloseError, ConfigEvent};

@ -14,8 +14,8 @@ use crate::{
use dap::StackFrame; use dap::StackFrame;
use helix_vcs::DiffProviderRegistry; use helix_vcs::DiffProviderRegistry;
use futures_util::{future, StreamExt};
use futures_util::stream::select_all::SelectAll; use futures_util::stream::select_all::SelectAll;
use futures_util::{future, StreamExt};
use helix_lsp::{Call, LanguageServerId}; use helix_lsp::{Call, LanguageServerId};
use ignore::WalkBuilder; use ignore::WalkBuilder;
use tokio_stream::wrappers::UnboundedReceiverStream; use tokio_stream::wrappers::UnboundedReceiverStream;

Loading…
Cancel
Save