Open
Description
Bug Description:
When autosave is active, untitled editors are exempted from it. When an untitled editor is closed, however, the logic to determine whether to save the widget or show a prompt to save the widget jumps straight to saving because autosave
is on:
theia/packages/core/src/browser/saveable-service.ts
Lines 205 to 237 in 505c885
Steps to Reproduce:
- Set the
files.autoSave
preference to anything butoff
- Open an untitled editor.
- Write some content in the untitled editor, and then attempt to close it.
- A file picker dialog will open to pick the saving location.
- Cancel the save.
- The widget will still be open.
- Keep trying as long as your patience lasts.
Additional Information
- Operating System: MacOS X Sequoia
- Theia Version: 505c885
Metadata
Metadata
Assignees
Labels
No labels