Skip to content

Jupyter/Python extensions break Live Share in VS Code stable #16156

@alyssajotice

Description

@alyssajotice

Recently Live Share received this issue from customers about the Python and Jupyter extensions breaking Live Share coediting: microsoft/live-share#4199
Users experience the "connection dropping" when Python is enabled and they are trying to coedit a .py file. User are in a Live Share session and can't send/receive coediting messages. Live Share works normally when Python was disabled.

Through my own testing, I discovered that this bug only repros on stable, but works as expected on Insiders.

Environment - Stable

Stable
VS Code Version: 1.55.2
Python Version: 2021.4.765268190
Jupyter Version: 2021.5.745244803
Behavior: Connection drops in a Live Share session as described above.

Environment - Insiders

Insiders
VS Code Version: 1.56.0
Python Version: 2021.4.765268190
Jupyter Version: 2021.6.811652604
Behavior: Live Share works as expected.

The newest version of Jupyter to download on stable is 2021.5.745244803 and the newest version to download on Insiders is 2021.6.811652604. It seems that the newer version will unblock our users. When will you be releasing the newer version of Jupyter to stable?

What could have changed between the extension versions that could cause this? Our users were complaining about the behavior in .py files, but I was able to repro the bug for .ipynb files on both stable and insiders, so it seems there is still an issue here.

Metadata

Metadata

Assignees

Labels

area-environmentsFeatures relating to handling interpreter environmentsbugIssue identified by VS Code Team member as probable bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions