-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
Implement async Save
VS Code asks the user if they want to save their changes when they close a file that has unsaved changes. When the user choose to save, the changes are not being actually saved due to our async save mechanism. So, this task is to adapt our code for this use case.