mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
add observability for windows
This commit is contained in:
@@ -167,7 +167,7 @@ pub async fn serve(
|
||||
launcher_paths: &LauncherPaths,
|
||||
code_server_args: &CodeServerArgs,
|
||||
platform: Platform,
|
||||
shutdown_rx: mpsc::Receiver<ShutdownSignal>,
|
||||
shutdown_rx: mpsc::UnboundedReceiver<ShutdownSignal>,
|
||||
) -> Result<ServerTermination, AnyError> {
|
||||
let mut port = tunnel.add_port_direct(CONTROL_PORT).await?;
|
||||
print_listening(log, &tunnel.name);
|
||||
|
||||
Reference in New Issue
Block a user