microsoft / vscode-jupyter

VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
MIT License
1.28k stars 289 forks source link

Syncronization problem of editing notebook #15591

Closed moghadas76 closed 5 months ago

moghadas76 commented 5 months ago

Applies To

What happened?

I run two processes of Vsocde. I opened a notebook at the same time. When I edited one of them, the other one did not get updated.

Version: 1.88.1 Commit: e170252f762678dec6ca2cc69aba1570769a5d39 Date: 2024-04-10T17:34:12.840Z Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Linux x64 6.5.0-28-generic snap

VS Code Version

1.88.1

Jupyter Extension Version

v2024.3.1

Jupyter logs

No response

Coding Language and Runtime Version

No response

Language Extension Version (if applicable)

No response

Anaconda Version (if applicable)

No response

Running Jupyter locally or remotely?

None

DonJayamanne commented 5 months ago

Thank you for filing this issue. This should work, provided you have auto save enabled,

else changes from one instance of VS Code are not synced with the other (as they are separate processes). In this case its by design.