Skip to content

Commit 16ebac1

Browse files
committed
Move showMultipleModels out of canary
1 parent 2b6fe94 commit 16ebac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ export class ModelConfigListener extends ConfigListener implements ModelConfig {
766766
}
767767

768768
public get showMultipleModels(): boolean {
769-
return isCanary();
769+
return true;
770770
}
771771

772772
public get enableRuby(): boolean {

0 commit comments

Comments
 (0)