-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
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.