Rebrand to Galaxy, major improvements to Bedrock support, still needs some TLC though
This commit is contained in:
@@ -20,7 +20,7 @@ use lsp::{
|
||||
LspServiceInitializationResult,
|
||||
};
|
||||
use lsp_types::Position;
|
||||
use warpui::r#async::{executor::Background, Timer};
|
||||
use galaxyui::r#async::{executor::Background, Timer};
|
||||
|
||||
fn init_logging() {
|
||||
let mut base_logger = env_logger::builder();
|
||||
@@ -114,7 +114,7 @@ fn main() -> anyhow::Result<()> {
|
||||
}
|
||||
});
|
||||
|
||||
warpui::r#async::block_on(task)?;
|
||||
galaxyui::r#async::block_on(task)?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user