-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Live share debugger doesn't sync name changes #3518
Comments
@Davsterl why was this closed? |
It looks like there's a misconfigured GitHub action that's closing issues unexpectedly :/ Apologies for that. We're trying to resolve that right now. |
Thanks! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically in 2 days. |
Still an issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe what happened: Change the name of a debug session. The name changes in the host, but the guest session doesn't update.
What was your system configuration?
Product and Version [VS/VSCode]: VS Code, 1.46.0-insider 2020-05-11T10:00:12.459Z
OS Version[macOS/Windows]: Windows_NT x64 10.0.18363
Live Share Extension Version: v1.0.2106
Target Platform or Language [e.g. Node.js]: Node 12
Steps to Reproduce / Scenario:
Initially, the debug session name is the string
blank
since we synchronize with the page<title>
and openabout:blank
initially. Then, we navigate to the real page and update the session name. The name updates correctly in the host but is "blank" in the guest.The session name was made writable in 1.39 if I recall correctly.
Please attach logs to this issue:
https://memes.peet.io/img/session-name-not-changed.zip
The text was updated successfully, but these errors were encountered: