mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-09 20:37:13 -05:00
* Organize Errors in GitHub Auth and make sure no double prompting happens This mostly just moves some strings into variables... but this also fixes the GH Auth side of https://github.com/microsoft/vscode/issues/180697 so you should only be asked once if you want to try a different way to log in. * add comments