Wrapping up bedrock implementation
This commit is contained in:
@@ -25,12 +25,12 @@ use ai::{
|
||||
};
|
||||
use anyhow::Context;
|
||||
use chrono::Utc;
|
||||
use itertools::Itertools;
|
||||
use lsp::supported_servers::LSPServerType;
|
||||
use galaxy_core::features::FeatureFlag;
|
||||
#[cfg(feature = "local_fs")]
|
||||
use galaxyui::windowing::WindowManager;
|
||||
use galaxyui::{AppContext, Entity, ModelContext, SingletonEntity};
|
||||
use itertools::Itertools;
|
||||
use lsp::supported_servers::LSPServerType;
|
||||
|
||||
#[cfg(feature = "local_fs")]
|
||||
use crate::code::language_server_shutdown_manager::LanguageServerShutdownManager;
|
||||
@@ -43,9 +43,9 @@ use crate::terminal::local_shell::LocalShellState;
|
||||
#[cfg(feature = "local_fs")]
|
||||
use crate::{view_components::DismissibleToast, workspace::ToastStack};
|
||||
#[cfg(feature = "local_fs")]
|
||||
use lsp::LspEvent;
|
||||
#[cfg(feature = "local_fs")]
|
||||
use galaxy_core::channel::ChannelState;
|
||||
#[cfg(feature = "local_fs")]
|
||||
use lsp::LspEvent;
|
||||
|
||||
use ai::project_context::model::{ProjectContextModel, ProjectContextModelEvent};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user