diff --git a/docs/test-plan.md b/docs/test-plan.md index 57aa13be9..2049ee57c 100644 --- a/docs/test-plan.md +++ b/docs/test-plan.md @@ -145,8 +145,6 @@ Run one of the above MRVAs, but cancel it from within VS Code: ### CodeQL Model Editor -Note the tests here require the feature flag: `codeQL.model.editor` - #### Test Case 1: Opening the model editor 1. Download the `sofastack/sofa-jraft` java database from GitHub. diff --git a/extensions/ql-vscode/package.json b/extensions/ql-vscode/package.json index 11e191dd0..3262e5e0d 100644 --- a/extensions/ql-vscode/package.json +++ b/extensions/ql-vscode/package.json @@ -1429,8 +1429,7 @@ "when": "false" }, { - "command": "codeQL.openModelEditor", - "when": "config.codeQL.canary && config.codeQL.model.editor" + "command": "codeQL.openModelEditor" }, { "command": "codeQLQueries.runLocalQueryContextMenu",