mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-28 13:46:17 +00:00
chore: pull more strings from the product.json (#166769)
Fixes the bulk of https://github.com/microsoft/vscode-cli/issues/560
This commit is contained in:
@@ -157,12 +157,7 @@ async fn start_code(context: CommandContext, args: Vec<String>) -> Result<i32, A
|
||||
.args(args)
|
||||
.status()
|
||||
.map(|s| s.code().unwrap_or(1))
|
||||
.map_err(|e| {
|
||||
wrap(
|
||||
e,
|
||||
format!("error running VS Code from {}", binary.display()),
|
||||
)
|
||||
})?;
|
||||
.map_err(|e| wrap(e, format!("error running editor from {}", binary.display())))?;
|
||||
|
||||
Ok(code)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user