mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
tunnels: fix command prompt windows show up on windows machine (#192016)
Fixes #190425
This commit is contained in:
@@ -1021,6 +1021,9 @@ where
|
||||
p.current_dir(cwd);
|
||||
}
|
||||
|
||||
#[cfg(target_os = "windows")]
|
||||
p.creation_flags(winapi::um::winbase::CREATE_NO_WINDOW);
|
||||
|
||||
let mut p = p.spawn().map_err(CodeError::ProcessSpawnFailed)?;
|
||||
|
||||
let futs = FuturesUnordered::new();
|
||||
|
||||
Reference in New Issue
Block a user