Wrapping up bedrock implementation
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
use std::{future::Future, path::PathBuf, pin::Pin};
|
||||
|
||||
use async_channel::Sender;
|
||||
use galaxy_util::standardized_path::StandardizedPath;
|
||||
use galaxyui::{ModelContext, SingletonEntity, WeakModelHandle};
|
||||
use lsp_types::FileChangeType;
|
||||
use repo_metadata::{
|
||||
repository::{RepositorySubscriber, SubscriberId},
|
||||
DirectoryWatcher, Repository, RepositoryUpdate,
|
||||
};
|
||||
use galaxy_util::standardized_path::StandardizedPath;
|
||||
use galaxyui::{ModelContext, SingletonEntity, WeakModelHandle};
|
||||
|
||||
use crate::{model::LspServerModel, types::WatchedFileChangeEvent, LspServerConfig};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user