Confirm quitting zed if there is something running #33718
Replies: 2 comments
-
|
+1 since I also sometimes accidentally press press I'll extend the original ask to also take into account unsaved changes in buffers. It could be something like this: confirmBeforeClose: "off" | "keyboardOnly" | "workInProgress" |
Beta Was this translation helpful? Give feedback.
-
|
Accidentally interrupting an agent set run because of a 'quit' shortcut in the wrong window is a real bummer and it's easy to do if you're a little tired or juggling tasks. In the "not griping about an amazing piece of free software" department: Thank you for your work on Zed - it took me less than 120 seconds (literally!) to fall in love with it and make an immediate switch from VSCode and the JetBrains suite. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I think this can be a good usability improvement.
If there is something running from Zed like a long-running task, a debugger session, an agent execution, etc., and the user clicks the close button or presses ⌘+Q, the editor should ask for confirmation before quitting.
This can be a custom setting for people who don't want this behaviour.
Beta Was this translation helpful? Give feedback.
All reactions