Move method modeling panel out of explorer (#2908)

This commit is contained in:
Charis Kyriakou
2023-10-04 15:38:07 +01:00
committed by GitHub
parent a6c7af09d4
commit c00207cccc

View File

@@ -1991,6 +1991,12 @@
"id": "codeQLEvalLogViewer",
"name": "Evaluator Log Viewer",
"when": "config.codeQL.canary"
},
{
"id": "codeQLMethodModeling",
"type": "webview",
"name": "CodeQL Method Modeling",
"when": "config.codeQL.canary && config.codeQL.model.methodModelingView && codeql.modelEditorOpen && !codeql.modelEditorActive"
}
],
"codeql-methods-usage": [
@@ -1999,14 +2005,6 @@
"name": "CodeQL Methods Usage",
"when": "config.codeQL.canary && codeql.modelEditorOpen"
}
],
"explorer": [
{
"type": "webview",
"id": "codeQLMethodModeling",
"name": "CodeQL Method Modeling",
"when": "config.codeQL.canary && config.codeQL.model.methodModelingView && codeql.modelEditorOpen && !codeql.modelEditorActive"
}
]
},
"viewsWelcome": [