Wrapping up bedrock implementation

This commit is contained in:
Ryan Ward
2026-05-13 10:04:59 -05:00
parent ed53aa99eb
commit cee61e2af0
1144 changed files with 2954 additions and 2660 deletions
+3 -3
View File
@@ -27,14 +27,14 @@ use std::{
#[cfg(not(target_arch = "wasm32"))]
use crate::{spawn_lsp_service, LspServiceInitializationResult};
use anyhow::{Error, Result};
use jsonrpc::ServerNotificationEvent;
#[cfg(not(target_arch = "wasm32"))]
use simple_logger::manager::LogManager;
#[cfg(not(target_arch = "wasm32"))]
use galaxy_core::features::FeatureFlag;
#[cfg(not(target_arch = "wasm32"))]
use galaxyui::SingletonEntity;
use galaxyui::{r#async::executor::Background, Entity, ModelContext};
use jsonrpc::ServerNotificationEvent;
#[cfg(not(target_arch = "wasm32"))]
use simple_logger::manager::LogManager;
static NEXT_LANGUAGE_SERVER_ID: AtomicUsize = AtomicUsize::new(0);