You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/ql-vscode/package.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1315,6 +1315,11 @@
1315
1315
{
1316
1316
"view": "codeQLEvalLogViewer",
1317
1317
"contents": "Run the 'Show Evaluator Log (UI)' command on a CodeQL query run in the Query History view."
1318
+
},
1319
+
{
1320
+
"view": "codeQLVariantAnalysisRepositories",
1321
+
"contents": "Set up a controller repository to start using variant analysis.\n[Set up controller repository](command:codeQLVariantAnalysisRepositories.setupControllerRepository)",
Copy file name to clipboardExpand all lines: extensions/ql-vscode/test/vscode-tests/cli-integration/remote-queries/variant-analysis-submission-integration.test.ts
0 commit comments