feat: added cd
added cd and fixed all the warnings in the source code
This commit is contained in:
@@ -69,7 +69,7 @@ pub mod messages {
|
||||
SendStdout(Vec<u8>, u64),
|
||||
CommandDone(u64, i32),
|
||||
|
||||
CdDone,
|
||||
CdDone(Result<PathBuf, String>),
|
||||
LsResults(Vec<DirEntry>),
|
||||
|
||||
OpenedTTY(u64),
|
||||
@@ -100,6 +100,7 @@ pub mod messages {
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
pub struct Capabilities {
|
||||
pub cwd: PathBuf,
|
||||
pub operating_system: OperatingSystem,
|
||||
pub docker_container: bool,
|
||||
pub docker_breakout: bool,
|
||||
|
||||
Reference in New Issue
Block a user