-
Notifications
You must be signed in to change notification settings - Fork 293
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
Auto save configuration for ipynb notebook files #2097
Comments
Thanks for the feedback @deepaksood619. |
Seems like it could be a regression. |
This only seems to repro if I switch to something that isn't a TextDocument (or off to a different app). Not sure we can detect those two cases. Investigating. |
Okay I can fix switching to other apps and other windows, but not switching to menus. So we can fix this mostly but not behaving exactly like a python file. At least not until VS code supports notebooks natively. |
Validated. Both onFocusChange and onWindowChange now worked for ipynb files. |
Feature: Notebook Editor, Interactive Window, Python Editor cells
Description
I have enabled AutoSave onFocusChange globally in vscode preferences, but jupyter notebook ipynb files don't auto save. Have to explicitly save files everytime after a change. I have lost some work because of these, because I am not in habit of saving, since of my global auto save configuration.
Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer
The text was updated successfully, but these errors were encountered: