mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
cli: use the legacy server for environment with prereq detection skipped (#210952)
Fixes #210029
This commit is contained in:
@@ -64,7 +64,8 @@ impl PreReqChecker {
|
||||
} else {
|
||||
println!("!!! WARNING: Skipping server pre-requisite check !!!");
|
||||
println!("!!! Server stability is not guaranteed. Proceed at your own risk. !!!");
|
||||
(Ok(false), Ok(false))
|
||||
// Use the legacy server for #210029
|
||||
(Ok(true), Ok(true))
|
||||
};
|
||||
|
||||
match (&gnu_a, &gnu_b, is_nixos) {
|
||||
|
||||
Reference in New Issue
Block a user