Wrapping up bedrock implementation
This commit is contained in:
@@ -3,10 +3,10 @@ use std::{collections::HashMap, fmt::Display};
|
||||
use crate::{
|
||||
send_telemetry_from_app_ctx, server::telemetry::TelemetryEvent, terminal::shell::ShellType,
|
||||
};
|
||||
use regex::Regex;
|
||||
use url::Url;
|
||||
use galaxy_util::path::{is_posix_portable_pathname, ShellFamily};
|
||||
use galaxyui::AppContext;
|
||||
use regex::Regex;
|
||||
use url::Url;
|
||||
|
||||
use crate::root_view::SubshellCommandArg;
|
||||
|
||||
|
||||
+2
-2
@@ -27,14 +27,14 @@ use crate::{
|
||||
ChannelState, OpenPath,
|
||||
};
|
||||
use anyhow::{anyhow, ensure, Result};
|
||||
use galaxyui::notification::UserNotification;
|
||||
use galaxyui::{platform::TerminationMode, SingletonEntity as _, TypedActionView};
|
||||
use itertools::Itertools;
|
||||
use session_sharing_protocol::common::SessionId;
|
||||
use std::collections::HashMap;
|
||||
use std::path::PathBuf;
|
||||
use std::str::FromStr;
|
||||
use url::Url;
|
||||
use galaxyui::notification::UserNotification;
|
||||
use galaxyui::{platform::TerminationMode, SingletonEntity as _, TypedActionView};
|
||||
|
||||
use galaxyui::{AppContext, EntityId, ViewHandle, WindowId};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user