-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Add option to disable the "reword in editor" prompt #2384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to disable the "reword in editor" prompt #2384
Conversation
No behavior change, just a preparation for the next commit.
jesseduffield
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, just one comment :)
docs/Config.md
Outdated
| showIcons: false | ||
| commandLogSize: 8 | ||
| splitDiff: 'auto' # one of 'auto' | 'always' | ||
| skipRewordInEditorPrompt: false # for skipping the confirmation before launching the reword editor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| skipRewordInEditorPrompt: false # for skipping the confirmation before launching the reword editor | |
| skipRewordInEditorWarning: false # for skipping the confirmation before launching the reword editor |
This is more consistent with existing config keys
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, makes sense. Here's a fixup: 73316fa.
(A fixup doesn't makes a huge amount of sense for this little PR, also because all the formatting changes, so I'm going to squash it right away.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Argh, and the fixup wasn't even complete because I forgot to save Config.md. Sorry for the mess. But the current state should be good now.
73316fa to
67fb28e
Compare
Uffizzi Preview Environment
|
|
Nice work @stefanhaller ! |
Add a new config option
gui.skipRewordInEditorWarning. Addresses #2033.