live-share
live-share copied to clipboard
VS Code Live Share issue with C++ apps compile and shared Terminal.
Product and Version [VS/VSCode]: OS Version [macOS/Windows]: Live Share Extension Version: Target Platform or Language [e.g. Node.js]:
Steps to Reproduce / Scenario: logs.zip
The issues this customer is experiencing is on VS Code, they're also on the latest version of Live Share and version 1.69.2 of VS Code.

They're seeing the following issues:
- User is not able to edit even though they are doing “Accept read-write”. Once they change to read only from ext and change again to read-write, the users are able to edit.
- When Live Share feature is used from VS2022 (left side, host) then console output is properly shared to “TERMINAL” tab at VS Code (right side, guest).
However, when Live Share session is initiated from VS Code, then console output is broken at “TERMINAL” tab of VS Code (right side, guest):
So, summarizing the issue 2 – Console output sharing is not working at Visual Studio Code.
logs.zip Logs of the VS Code scenario when Console Output is not shared to guest TERMINAL window (i.e. "Hello World!"). Note 1: I've enabled Trace logging level for better diagnostics. Note 2: Mentioned scenario works perfectly at Visual Studio 2022