Skip to content

Commit 0e5551b

Browse files
authored
Make method modeling panel available to canary users (#2920)
1 parent 1d691c2 commit 0e5551b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1996,7 +1996,7 @@
19961996
"id": "codeQLMethodModeling",
19971997
"type": "webview",
19981998
"name": "CodeQL Method Modeling",
1999-
"when": "config.codeQL.canary && config.codeQL.model.methodModelingView"
1999+
"when": "config.codeQL.canary"
20002000
}
20012001
],
20022002
"codeql-methods-usage": [

0 commit comments

Comments
 (0)