Skip to content

Commit b5d6c4d

Browse files
Merge pull request #2771 from github/robertbrignull/normalize-feature-flag
Make methodModelingView match the naming of other flags
2 parents cdd6553 + c51aaf7 commit b5d6c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,7 @@
17851785
"type": "webview",
17861786
"id": "codeQLMethodModeling",
17871787
"name": "CodeQL Method Modeling",
1788-
"when": "config.codeQL.canary && config.codeQL.modelEditor.methodModelingView && codeql.modelEditorOpen"
1788+
"when": "config.codeQL.canary && config.codeQL.model.methodModelingView && codeql.modelEditorOpen"
17891789
}
17901790
]
17911791
},

0 commit comments

Comments
 (0)