Skip to content

Commit

Permalink
Make method modeling panel available to canary users (#2920)
Browse files Browse the repository at this point in the history
  • Loading branch information
charisk authored Oct 6, 2023
1 parent 1d691c2 commit 0e5551b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/ql-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1996,7 +1996,7 @@
"id": "codeQLMethodModeling",
"type": "webview",
"name": "CodeQL Method Modeling",
"when": "config.codeQL.canary && config.codeQL.model.methodModelingView"
"when": "config.codeQL.canary"
}
],
"codeql-methods-usage": [
Expand Down

0 comments on commit 0e5551b

Please sign in to comment.