Store a reference to the LangageRegistry on the Worktree
This commit is contained in:
parent
34963ac80d
commit
bbf803d7dc
10 changed files with 84 additions and 106 deletions
|
@ -17,7 +17,7 @@ pub mod worktree;
|
|||
#[derive(Clone)]
|
||||
pub struct AppState {
|
||||
pub settings: postage::watch::Receiver<settings::Settings>,
|
||||
pub language_registry: std::sync::Arc<language::LanguageRegistry>,
|
||||
pub languages: std::sync::Arc<language::LanguageRegistry>,
|
||||
pub rpc: rpc::Client,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue