Skip to content

Commit 26e42b9

Browse files
Use involves filter for launchpad query by default
1 parent f49b1ea commit 26e42b9

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
@@ -3076,7 +3076,7 @@
30763076
},
30773077
"gitlens.launchpad.experimental.queryUseInvolvesFilter": {
30783078
"type": "boolean",
3079-
"default": false,
3079+
"default": true,
30803080
"markdownDescription": "Specifies an experimental flag whether to use the `involves` filter in the GraphQL query for _Launchpad_",
30813081
"scope": "window",
30823082
"order": 1110

0 commit comments

Comments
 (0)