move onDidChangeConfiguration to be the last field in VariantAnalysisConfig
This commit is contained in:
@@ -569,8 +569,8 @@ export async function setRemoteControllerRepo(repo: string | undefined) {
|
||||
|
||||
export interface VariantAnalysisConfig {
|
||||
controllerRepo: string | undefined;
|
||||
onDidChangeConfiguration?: Event<void>;
|
||||
showSystemDefinedRepositoryLists: boolean;
|
||||
onDidChangeConfiguration?: Event<void>;
|
||||
}
|
||||
|
||||
export class VariantAnalysisConfigListener
|
||||
|
||||
Reference in New Issue
Block a user