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: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1093,12 +1093,12 @@
1093
1093
"git-graph.repository.selectMultipleAuthors": {
1094
1094
"type": "boolean",
1095
1095
"default": true,
1096
-
"description": "Enables the selection of multiple authors from the Authors dropdown."
1096
+
"description": "Enables the selection of multiple authors from the Authors dropdown. When set to false, you can only select multiple authors by 'Ctrl' (or 'Cmd' on macOS) + click."
1097
1097
},
1098
1098
"git-graph.repository.selectMultipleBranches": {
1099
1099
"type": "boolean",
1100
1100
"default": true,
1101
-
"description": "Enables the selection of multiple branches from the Branches dropdown."
1101
+
"description": "Enables the selection of multiple branches from the Branches dropdown. When set to false, you can only select multiple branches by 'Ctrl' (or 'Cmd' on macOS) + click."
0 commit comments