mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01: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:
@@ -58,9 +58,5 @@ pub async fn show(ctx: CommandContext) -> Result<i32, AnyError> {
|
||||
}
|
||||
|
||||
fn print_now_using(log: &log::Logger, version: &RequestedVersion, path: &Path) {
|
||||
log.result(&format!(
|
||||
"Now using VS Code {} from {}",
|
||||
version,
|
||||
path.display()
|
||||
));
|
||||
log.result(&format!("Now using {} from {}", version, path.display()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user