mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
cli: allow exec server to listen on socket (#188123)
* cli: allow exec server to listen on socket For remote ssh * fix lint
This commit is contained in:
@@ -233,6 +233,7 @@ pub async fn serve(
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct ServeStreamParams {
|
||||
pub log: log::Logger,
|
||||
pub launcher_paths: LauncherPaths,
|
||||
|
||||
Reference in New Issue
Block a user