Merge pull request #2822 from github/robertbrignull/model-editor-feature-flag

Remove codeQL.model.editor feature flag
This commit is contained in:
Robert
2023-09-18 09:56:32 +01:00
committed by GitHub
2 changed files with 1 additions and 4 deletions

View File

@@ -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.

View File

@@ -1429,8 +1429,7 @@
"when": "false"
},
{
"command": "codeQL.openModelEditor",
"when": "config.codeQL.canary && config.codeQL.model.editor"
"command": "codeQL.openModelEditor"
},
{
"command": "codeQLQueries.runLocalQueryContextMenu",