Changes to launch.json do not take effect for the attende when launching debugger.
What was your system configuration?
Product and Version [VS/VSCode]: VSCode 1.87.1
OS Version[macOS/Windows]: Windows
Live Share Extension Version: v1.0.5918
Target Platform or Language [e.g. Node.js]: Python
Host machine is windows with wsl2 inside of a devcontainer while attendee machine is windows
Main difference is that when I change the name of the launch configuration the UI changes, but the configuration will become unlaunchable for the attendee. The host of the session will still be able to launch the debugger. If I change any other configuration parameters, they won't show up in the debug terminal. For example:
When host launches the debugger, the changes are there.
I can fix this problem by reloading the VSCode window and rejoining live share. Everything will work until I change the launch.json again.
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 issuelogs.zip
Screenshots
If applicable, add screenshots to help explain your problem.
Describe what happened:
Changes to
launch.json
do not take effect for the attende when launching debugger.What was your system configuration?
Product and Version [VS/VSCode]: VSCode 1.87.1 OS Version[macOS/Windows]: Windows Live Share Extension Version: v1.0.5918 Target Platform or Language [e.g. Node.js]: Python
Host machine is windows with wsl2 inside of a devcontainer while attendee machine is windows
Steps to Reproduce / Scenario:
The issue is almost identical as described in this other issue found here: Run and debug not updating after editing the launch.json (using wsl extension) · Issue #6154 · microsoft/vscode-remote-release
Main difference is that when I change the name of the launch configuration the UI changes, but the configuration will become unlaunchable for the attendee. The host of the session will still be able to launch the debugger. If I change any other configuration parameters, they won't show up in the debug terminal. For example:
I changed a launch config from this:
to this:
And this in the result I see in the python debugger:
When host launches the debugger, the changes are there.
I can fix this problem by reloading the VSCode window and rejoining live share. Everything will work until I change the
launch.json
again.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 logs.zip
Screenshots If applicable, add screenshots to help explain your problem.