microsoft / live-share

Real-time collaborative development from the comfort of your favorite tools
http://aka.ms/vsls
Creative Commons Attribution 4.0 International
2.28k stars 253 forks source link

VS Code Live Share issue with C++ apps compile and shared Terminal. #4727

Open cppcandidate opened 2 years ago

cppcandidate commented 2 years ago

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

curib commented 2 years ago

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. image

They're seeing the following issues:

  1. 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.
  2. 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): image So, summarizing the issue 2 – Console output sharing is not working at Visual Studio Code.
cppcandidate commented 2 years ago

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