We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7d0da commit afcc05fCopy full SHA for afcc05f
extensions/ql-vscode/src/cli.ts
@@ -66,13 +66,6 @@ export interface SourceInfo {
66
sourceLocationPrefix: string;
67
}
68
69
-/**
70
- * The expected output of `codeql resolve qlpacks`.
71
- */
72
-export interface ResolvedQLPacks {
73
- [index: string]: string[];
74
-}
75
-
76
/**
77
* The expected output of `codeql resolve tests`.
78
*/
0 commit comments