Fix cursor focus and selection in input box, add AWS env var warning box, and remove AWS Bedrock login banner

This commit is contained in:
2026-07-02 14:54:15 -05:00
parent 4770ac06b5
commit 3769646ca6
1194 changed files with 5312 additions and 8032 deletions
+2 -3
View File
@@ -12,13 +12,12 @@ use std::sync::Arc;
use std::time::Duration;
use chrono::Utc;
use galaxyui::r#async::{executor::Background, Timer};
use galaxyui::r#async::executor::Background;
use galaxyui::r#async::Timer;
use log::LevelFilter;
use lsp::supported_servers::LSPServerType;
use lsp::{spawn_lsp_service, LspServerConfig, LspService, LspServiceInitializationResult};
use lsp_types::Position;
use galaxyui_core::r#async::executor::Background;
use galaxyui_core::r#async::Timer;
fn init_logging() {
let mut base_logger = env_logger::builder();