We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e41f8 commit f855d81Copy full SHA for f855d81
extensions/ql-vscode/src/databases/db-module.ts
@@ -17,7 +17,7 @@ export class DbModule extends DisposableObject {
17
super();
18
19
this.dbConfigStore = new DbConfigStore(app);
20
- this.dbManager = new DbManager(app, this.dbConfigStore);
+ this.dbManager = this.push(new DbManager(app, this.dbConfigStore));
21
}
22
23
public static async initialize(app: App): Promise<DbModule> {
0 commit comments