live-share icon indicating copy to clipboard operation
live-share copied to clipboard

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

Open cppcandidate opened this issue 3 years ago • 2 comments

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

cppcandidate avatar Aug 12 '22 12:08 cppcandidate

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.

curib avatar Aug 12 '22 21:08 curib

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

cppcandidate avatar Nov 21 '22 22:11 cppcandidate