We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9911d commit a15eef8Copy full SHA for a15eef8
extensions/ql-vscode/test/vscode-tests/no-workspace/data/variant-analysis/workspace-query-history.json
@@ -7,7 +7,11 @@
7
"completed": true,
8
"variantAnalysis": {
9
"id": 98574321397,
10
- "controllerRepoId": 128321,
+ "controllerRepo": {
11
+ "id": 128321,
12
+ "fullName": "github/codeql",
13
+ "private": false
14
+ },
15
"query": {
16
"name": "Variant Analysis Integration Test 1",
17
"filePath": "PLACEHOLDER/q2.ql",
@@ -30,7 +34,11 @@
30
34
31
35
32
36
33
37
38
39
40
41
42
43
"name": "Variant Analysis Integration Test 2",
44
0 commit comments