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/plugin.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,12 @@
10
10
"title": "History count",
11
11
"description": "Number of (most recent) commits shown in the history log",
12
12
"default": 25
13
+
},
14
+
"simpleStaging": {
15
+
"type": "boolean",
16
+
"title": "Simple staging flag",
17
+
"description": "If true, use a simplified concept of staging. Only files with changes are shown (instead of showing staged/changed/untracked), and all files with changes will be automatically staged",
0 commit comments