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
+2 -2
View File
@@ -8,12 +8,12 @@ use futures::{
future::FutureExt,
io::{AsyncBufReadExt, AsyncReadExt, AsyncWriteExt, BufReader, BufWriter},
};
use jsonrpc::Transport;
use simple_logger::SimpleLogger;
use galaxyui::r#async::{
executor::{Background, BackgroundTask},
Timer,
};
use jsonrpc::Transport;
use simple_logger::SimpleLogger;
/// Transport implementation for LSP communication over process stdin/stdout.
/// Also manages the LSP server process lifecycle with graceful shutdown capabilities.