Skip to content

Commit 0641c88

Browse files
committed
Changes multiselect to be enabled by default
1 parent ecf822f commit 0641c88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@
956956
},
957957
"gitlens.graph.multiselect": {
958958
"type": "boolean",
959-
"default": false,
959+
"default": true,
960960
"markdownDescription": "Specifies whether to allow selecting multiple commits in the _Commit Graph_",
961961
"scope": "window",
962962
"order": 10
@@ -1627,7 +1627,7 @@
16271627
},
16281628
"gitlens.views.multiselect": {
16291629
"type": "boolean",
1630-
"default": false,
1630+
"default": true,
16311631
"markdownDescription": "Specifies whether to allow selecting multiple items in the views",
16321632
"scope": "window",
16331633
"order": 6

0 commit comments

Comments
 (0)