mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
add detection for integrated cli, verify
This commit is contained in:
@@ -74,7 +74,7 @@ impl TryFrom<&str> for Quality {
|
||||
fn try_from(s: &str) -> Result<Self, Self::Error> {
|
||||
match s {
|
||||
"stable" => Ok(Quality::Stable),
|
||||
"insiders" => Ok(Quality::Insiders),
|
||||
"insiders" | "insider" => Ok(Quality::Insiders),
|
||||
"exploration" => Ok(Quality::Exploration),
|
||||
_ => Err(format!(
|
||||
"Unknown quality: {}. Must be one of stable, insiders, or exploration.",
|
||||
|
||||
Reference in New Issue
Block a user