mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 23:35:54 +01:00
More specific log string for cli agent host proxy (#304339)
This commit is contained in:
@@ -104,7 +104,8 @@ pub async fn agent_host(ctx: CommandContext, mut args: AgentHostArgs) -> Result<
|
||||
if let Some(ct) = &args.connection_token {
|
||||
url.push_str(&format!("?tkn={ct}"));
|
||||
}
|
||||
ctx.log.result(format!("Listening on {url}"));
|
||||
ctx.log
|
||||
.result(format!("Agent host proxy listening on {url}"));
|
||||
|
||||
let manager_for_svc = manager.clone();
|
||||
let make_svc = move || {
|
||||
|
||||
Reference in New Issue
Block a user