-
Notifications
You must be signed in to change notification settings - Fork 253
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
Connected Live Share sessions occasionally modify local code during remote shared development #5139
Comments
I am experiencing the same issue while using Live Share to collaborate on a Go codebase. |
I'm experiencing the same issue |
I have experienced a similar issue, and replicated it in a clean VSCode install with no configuration aside from Live Share and the Go language extension. People who join the shared session (also with clean VSCode installs with just Live Share added) and command-click (macOS) on a reference cause the referenced function to be extracted out of its current file into a new file, and have a second file created with unit tests auto-generated for that function. This does not occur for the host, and may be an unintended reaction between the Live Share extension and the Go language extension. |
My teammate and I are experiencing this same exact thing. |
Exactly same issue here, also on Mac. |
Describe what happened:
When I used vsc to connect to Live Share to remotely write Golang test code, I clicked
*testing.T
to view its references. As soon as a part of the content was selected, it was deleted. I had to press Ctrl+Z repeatedly to undo the operation, but it didn't help. Later I realized that by quickly clicking on the editor interface and unselecting this part of the code, it was restored.It is impossible to describe it in detail, please check the demonstration video below
From time to time, several code files and code snippets were generated for me.
What was your system configuration?
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:
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
Screenshots
If applicable, add screenshots to help explain your problem.
No logs
It should also be generated when I selected the code segment (just when I wanted to delete it)
bandicam-2024-12-15_02-00-45-313_2.mp4
The text was updated successfully, but these errors were encountered: