Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though

This commit is contained in:
Ryan Ward
2026-05-07 11:29:34 -05:00
parent f4e2475c60
commit a41cbd8cc7
2433 changed files with 14208 additions and 9409 deletions
+3 -3
View File
@@ -31,10 +31,10 @@ use jsonrpc::ServerNotificationEvent;
#[cfg(not(target_arch = "wasm32"))]
use simple_logger::manager::LogManager;
#[cfg(not(target_arch = "wasm32"))]
use warp_core::features::FeatureFlag;
use galaxy_core::features::FeatureFlag;
#[cfg(not(target_arch = "wasm32"))]
use warpui::SingletonEntity;
use warpui::{r#async::executor::Background, Entity, ModelContext};
use galaxyui::SingletonEntity;
use galaxyui::{r#async::executor::Background, Entity, ModelContext};
static NEXT_LANGUAGE_SERVER_ID: AtomicUsize = AtomicUsize::new(0);