Skip to content

Commit

Permalink
Changes multiselect to be enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Mar 10, 2025
1 parent ecf822f commit 0641c88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@
},
"gitlens.graph.multiselect": {
"type": "boolean",
"default": false,
"default": true,
"markdownDescription": "Specifies whether to allow selecting multiple commits in the _Commit Graph_",
"scope": "window",
"order": 10
Expand Down Expand Up @@ -1627,7 +1627,7 @@
},
"gitlens.views.multiselect": {
"type": "boolean",
"default": false,
"default": true,
"markdownDescription": "Specifies whether to allow selecting multiple items in the views",
"scope": "window",
"order": 6
Expand Down

0 comments on commit 0641c88

Please sign in to comment.