Make methodModelingView match the other flags

This commit is contained in:
Robert
2023-09-01 10:19:12 +01:00
parent a6745379c4
commit c51aaf7790

View File

@@ -1785,7 +1785,7 @@
"type": "webview",
"id": "codeQLMethodModeling",
"name": "CodeQL Method Modeling",
"when": "config.codeQL.canary && config.codeQL.modelEditor.methodModelingView && codeql.modelEditorOpen"
"when": "config.codeQL.canary && config.codeQL.model.methodModelingView && codeql.modelEditorOpen"
}
]
},