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:
@@ -4,7 +4,7 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
use crate::{
|
||||
constants::get_default_user_agent,
|
||||
constants::{get_default_user_agent, PRODUCT_NAME_LONG},
|
||||
info, log,
|
||||
state::{LauncherPaths, PersistedState},
|
||||
trace,
|
||||
@@ -500,7 +500,7 @@ impl Auth {
|
||||
}
|
||||
|
||||
let provider = prompt_options(
|
||||
"How would you like to log in to VS Code?",
|
||||
format!("How would you like to log in to {}?", PRODUCT_NAME_LONG),
|
||||
&[AuthProvider::Microsoft, AuthProvider::Github],
|
||||
)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user