mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00: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