To enable full support of virtual document saving (starting with https://github.com/Microsoft/vscode/issues/10547): * [ ] make our dirty indicators outside the editor fit for this * [ ] support auto save (or not?) * [ ] support hot exit * [ ] support save participants * [ ] support to set the encoding for saving * [ ] support undo properly (undo enough to get back to saved state) * [ ] support to search through resources (today we only search `file` & `untitled`) * [ ] revisit our hardcoded assumptions in places like actions that only think `file` & `untitled` resources are editable * [ ] debt: make the confirmation dialog reusable * [ ] debt: reuse more code between file saving and resource saving
To enable full support of virtual document saving (starting with #10547):
file&untitled)file&untitledresources are editable