-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
Description
With sudo being completely out of the picture on Windows, we currently have a scenario where Micro successfully detects the file's state, but then inevitably fails when it comes to saving changes:
Trying to apply attrib -r automatically, and only then throw an error, in case of insufficient permissions, would be a more considerate approach in my opinion.
Alternatively/Optionally, a corresponding option in settings to control this behavior, with options:
auto: makes the file writeable permanently when saved for the first timeprompt: same as forQuitwith unsaved changespreserve: respects the initialread-onlystate and restores it when saved
Reactions are currently unavailable