Merge pull request #2822 from github/robertbrignull/model-editor-feature-flag
Remove codeQL.model.editor feature flag
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -1429,8 +1429,7 @@
|
||||
"when": "false"
|
||||
},
|
||||
{
|
||||
"command": "codeQL.openModelEditor",
|
||||
"when": "config.codeQL.canary && config.codeQL.model.editor"
|
||||
"command": "codeQL.openModelEditor"
|
||||
},
|
||||
{
|
||||
"command": "codeQLQueries.runLocalQueryContextMenu",
|
||||
|
||||
Reference in New Issue
Block a user