Cursor jumped when using triple quote comment in Python code along with LiveShare
Describe what happened:
When User A and User B are editing the same Python file (not following each other), when one user tries to type triple quote (three quote signs), the editor automatically completes two triple quotes (another six quote signs), forcing another user's cursor to jump to this cursor.
What was your system configuration? Product and Version [VS/VSCode]: VSCode 1.76.0-insider OS Version[macOS/Windows]: macOS 12.5 Live Share Extension Version: v1.0.5762 Target Platform or Language [e.g. Node.js]: Python
Steps to Reproduce / Scenario:
- Connect with LiveShare
- Click on the editor
- Type triple quotes in Python code
- See error
Please attach logs to this issue: LiveShareExportedLogs.zip
Screenshots
If applicable, add screenshots to help explain your problem.

We're having some trouble reproducing this. Do you have any Python formatters/linters installed in VS Code? If not, can you share some more details on such as: are the guest and host of the session on the same version of Live Share and VS code that you initially posted?
On further inspection, this may be similar to https://github.com/MicrosoftDocs/live-share/issues/4861
Do you have any Python formatters/linters installed in VS Code?
I have installed the official Python language features plugin (extension id: ms-python.python). I configure black as code formatter.
are the guest and host of the session on the same version of Live Share and VS code that you initially posted?
On another host:
VSCode Version: 1.75.1 OS Name: Microsoft Windows 10 家庭中文版 OS Version: 10.0.19044 N/A Build 19044 LiveShare Extension Version: v1.0.5696
This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically in 7 days.
Anyone working on this? Bug still exists.