Product and Version: VSCode 1.21.1
OS Version: macOS High Sierra v10.13.1
Live Share Extension Version: 0.2.260
Target Platform or Language: Does not apply
'Join session link' does not work as expected when using macOS.
Steps to Reproduce / Scenario:
Note: When joining the session directly through VS Code Live Share Extension, it joins successfully (regardless of OS)
@KSLHacks Thanks for reporting this. We are having problems with cross-region joins. If one person is hitting east US and another is hitting west US (or Asia Pacific or Europe), the other person will appear to be offline.
However as a workaround you can manual join.
Can you confirm the region you are each hitting by running:
nslookup insiders.liveshare.vsengsaas.visualstudio.com
Hey @Chuxel thanks for the fast response! We've been using this extension pretty extensively over the past few weeks and love it. Today was the first time having issues.
nslookup insiders.liveshare.vsengsaas.visualstudio.com
;; Got recursion not available from 157.56.74.180, trying next server
Server: 65.54.238.85
Address: 65.54.238.85#53
Non-authoritative answer:
insiders.liveshare.vsengsaas.visualstudio.com canonical name = vsls-prod-ins-tm.trafficmanager.net.
vsls-prod-ins-tm.trafficmanager.net canonical name = vsls-prod-ins-usw2-180328000913.westus2.cloudapp.azure.com.
Name: vsls-prod-ins-usw2-180328000913.westus2.cloudapp.azure.com
Address: 52.233.71.89
As you pointed out, my colleague is hitting eastus.
@KSLHacks Thanks for confirming. We're working through this right now so stay tuned!!
@KSLHacks, this should be fixed now. Let us know if you are still seeing this issue.
@jkeech Thanks for the update, "user online" issue is resolved.
However, when clicking the link, VS Code opens > Live Share extension logs me in > does not connect to the session.
@KSLHacks That is likely a separate issue. Can you provide a bit more detail and your logs? That way we can determine if it is an existing bug reported elsewhere or something new. You can run the "Live Share: Export Logs" command in VS Code to get the logs.
Hey @Chuxel, let me know what more info would help.
Same specs/versions as original post
Steps to Reproduce / Scenario:
@KSLHacks Interesting - this could be a new bug. Here's the launcher line of interest:
Write to cascade.json error: The folder “cascade.json” doesn’t exist
That's indicating we're unable to store invite URI and hand it off to VS Code. Let me check with some folks, but I suspect we should open a new bug.
@KSLHacks Are you running Visual Studio Code out of a folder other than /Applications? If so, moving VS Code into the applications folder should resolve the issue. I'll raise a bug on this so we track a fix.
@Chuxel VS Code is running out of /Applications. I have not moved it out.
Most helpful comment
@KSLHacks Thanks for confirming. We're working through this right now so stay tuned!!