You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema/config.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -468,6 +468,11 @@
468
468
"description": "If true, capture mouse events.\nWhen mouse events are captured, it's a little harder to select text: e.g. requiring you to hold the option key when on macOS.",
469
469
"default": true
470
470
},
471
+
"skipAmendWarning": {
472
+
"type": "boolean",
473
+
"description": "If true, do not show a warning when amending a commit.",
474
+
"default": false
475
+
},
471
476
"skipDiscardChangeWarning": {
472
477
"type": "boolean",
473
478
"description": "If true, do not show a warning when discarding changes in the staging view.",
0 commit comments