You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ian has partially addressed by doing a more manual debounce (microsoft/vscode-python#12064), but we'll still write the entire file every time.
The only solution I see is to not write the entire file every time, but instead compute where changes have occurred and only write the changes to disk (especially since it writes on every update).
The text was updated successfully, but these errors were encountered:
greazer
changed the title
Backup storage of notebook editors can be slow
Editing a large notebook file can result in lots of constant IO happening (bad for power and battery)
Jun 1, 2020
Thanks for your feedback. This issue will be addressed once VS Code adds native support for editing notebooks. Please see microsoft/vscode#91987. You can experiment by using VS Code insiders, which defaults to the new notebook experience.
Ian has partially addressed by doing a more manual debounce (microsoft/vscode-python#12064), but we'll still write the entire file every time.
The only solution I see is to not write the entire file every time, but instead compute where changes have occurred and only write the changes to disk (especially since it writes on every update).
The text was updated successfully, but these errors were encountered: