Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git Gutter Not Working in Live Share: Missing Diff Markers During Collaborative Coding #4955

Open
oeg8168 opened this issue Jul 25, 2023 · 2 comments

Comments

@oeg8168
Copy link

oeg8168 commented Jul 25, 2023

Describe what happened:

When using VS Code with the Live Share extension enabled, I encountered an issue where the Git Gutter functionality does not seem to work as expected. The Git Gutter feature, which is supposed to display the Git diff information in the gutter of the code editor, is not functioning during Live Share sessions. This makes it challenging to track changes and quickly identify modified lines in collaborative coding sessions.

What was your system configuration?
Product and Version: VS Code 1.80.1
OS Version: Windows 10
Live Share Extension Version: v1.0.5877
Target Platform or Language [e.g. Node.js]: Vue

Steps to Reproduce / Scenario:

  1. Open Visual Studio Code.
  2. Install and enable the Live Share extension.
  3. Open a collaborative coding session with another participant using Live Share.
  4. Make changes to the code in the shared session.
  5. Observe that the Git Gutter markers, which should show changes in the code gutter (vertical column on the left), are not displayed during the Live Share session.

Please attach logs to this issue:
N/A

Screenshots

  • Left: Host
  • Right: Participant
螢幕擷取畫面 2023-07-25 111439
@claudesky
Copy link

claudesky commented Aug 24, 2023

Shouldn't this be expected to already work? Git already shows the changes in the sidebar. Is it possible that this might be a bug?

@thepuzzlemaster
Copy link

The entire git extension doesn't work in Live Share. You also cannot stage/unstage changes or commit code in a Live Share session.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants