mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
@@ -39,7 +39,7 @@ impl PreReqChecker {
|
||||
#[cfg(not(target_os = "linux"))]
|
||||
pub async fn verify(&self) -> Result<Platform, AnyError> {
|
||||
Platform::env_default().ok_or_else(|| {
|
||||
SetupError("VS Code it not supported on this platform".to_owned()).into()
|
||||
SetupError("VS Code is not supported on this platform".to_owned()).into()
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user