Skip to content

Commit 08b26bc

Browse files
committed
Changes default graph selection to topological
1 parent 8acb5b0 commit 08b26bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@
970970
"Allows selecting multiple commits without restriction",
971971
"Allows selecting multiple commits topologically"
972972
],
973-
"default": true,
973+
"default": "topological",
974974
"markdownDescription": "Specifies whether to allow selecting multiple commits and whether to restrict the selection topologically in the _Commit Graph_",
975975
"scope": "window",
976976
"order": 10

0 commit comments

Comments
 (0)