We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58de486 commit 26ec371Copy full SHA for 26ec371
extensions/ql-vscode/src/config.ts
@@ -569,8 +569,8 @@ export async function setRemoteControllerRepo(repo: string | undefined) {
569
570
export interface VariantAnalysisConfig {
571
controllerRepo: string | undefined;
572
- onDidChangeConfiguration?: Event<void>;
573
showSystemDefinedRepositoryLists: boolean;
+ onDidChangeConfiguration?: Event<void>;
574
}
575
576
export class VariantAnalysisConfigListener
0 commit comments