Skip to content
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

Experimental notebook save delegate on remote extension host #186123

Merged
merged 2 commits into from
Jun 25, 2023

Conversation

rebornix
Copy link
Member

Experimental fix for #172345:

  • Delegate save to remote extension ExthostNotebook when we enable notebook.experimental.remoteSave.
  • The save only happens if we are connected to Remote EH
  • The save request is sent to FS only when the ExtHostNotebookDocument and the NotebookEditorModel in the renderer process have the same version id

Currently didn't implement all FS checks we have on file save yet.

@rebornix rebornix merged commit 352e7da into main Jun 25, 2023
16 checks passed
@rebornix rebornix deleted the rebornix/remote-notebook-save branch June 25, 2023 22:53
gjsjohnmurray pushed a commit to gjsjohnmurray/vscode that referenced this pull request Jun 26, 2023
…tebook-save

Experimental notebook save delegate on remote extension host
@github-actions github-actions bot locked and limited conversation to collaborators Aug 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants