Skip to content

Commit

Permalink
Remove canary requirement for CodeQL Methods Usage panel
Browse files Browse the repository at this point in the history
  • Loading branch information
koesie10 committed Dec 13, 2023
1 parent fb713f7 commit 0655e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/ql-vscode/package.json
Expand Up @@ -1847,7 +1847,7 @@
{
"id": "codeQLMethodsUsage",
"name": "CodeQL Methods Usage",
"when": "config.codeQL.canary && codeql.modelEditorOpen"
"when": "codeql.modelEditorOpen"
}
]
},
Expand Down

0 comments on commit 0655e10

Please sign in to comment.