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
+23-10Lines changed: 23 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -956,9 +956,22 @@
956
956
"order": 2
957
957
},
958
958
"gitlens.graph.multiselect": {
959
-
"type": "boolean",
959
+
"type": [
960
+
"boolean",
961
+
"string"
962
+
],
963
+
"enum": [
964
+
false,
965
+
true,
966
+
"topological"
967
+
],
968
+
"enumDescriptions": [
969
+
"Disallows selecting multiple commits",
970
+
"Allows selecting multiple commits without restriction",
971
+
"Allows selecting multiple commits topologically"
972
+
],
960
973
"default": true,
961
-
"markdownDescription": "Specifies whether to allow selecting multiple commits in the _Commit Graph_",
974
+
"markdownDescription": "Specifies whether to allow selecting multiple commits and whether to restrict the selection topologically in the _Commit Graph_",
0 commit comments