live-share
live-share copied to clipboard
Live share debugger doesn't sync name changes
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:
- Debug a webpage using the upcoming vscode debugger
- Once the page loads, the session is still named "blank" in the guest session.
Initially, the debug session name is the string blank since we synchronize with the page <title> and open about: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
@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