Live Share Infinite Joining Session
Describe what happened:
Created a Live Share session on a Remote Desktop, pasted the code on the search bar after clicking to join a session, and it starts to load the session but never ends and doesn't open the workspace. This only happens if I'm logged in. If I'm in anonymous mode the live share works.
What was your system configuration? Product and Version [VS/VSCode]: VSCode OS Version[macOS/Windows]: Windows Live Share Extension Version: 1.0.5948 Target Platform or Language [e.g. Node.js]:
Steps to Reproduce / Scenario:
- Log in Windows or GitHub account;
- Create a Live Share session;
- Try to join the session.
Please attach logs to this issue: You can access them via the Live Share: Export Logs command from the command palette (ctrl + shift + p) and attach them to this issue
I tried exporting the logs using that command but nothing happens probably because of the loop trying to join the session
Screenshots
I tried exporting the logs using that command but nothing happens probably because of the loop trying to join the session
Looks like a duplicate of #5170.
Can you indicate what version of VS Code you are using? If it stopped working recently and you updated to 1.97.x this is likely a duplicate.
Using 1.97,1 and yes stopped working recently. Sorry if it's a duplicate
Can you try updating the setting as following and try if it helps: "microsoft-authentication.implementation": "classic"
There seems to be a sign in issue in VS Code according to this thread: https://github.com/microsoft/vscode/issues/239881