mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-13 14:04:32 -05:00
We don't need to fetch the user details when the Auth Session already has the info we need. This PR removes that extraneous web request. I've also changed the `User-Agent` that we pass to be more specific so we can narrow down any future issues with spamming web requests. Fixes #173645