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 4db3cd6 commit a82f40fCopy full SHA for a82f40f
extensions/ql-vscode/src/databases/db-manager.ts
@@ -67,11 +67,6 @@ export class DbManager {
67
dbItem: DbItem,
68
itemExpanded: boolean,
69
): Promise<void> {
70
- const configResult = this.dbConfigStore.getConfig();
71
- if (configResult.isFailure) {
72
- throw Error("Cannot update expanded state if config is not loaded");
73
- }
74
-
75
const currentExpandedItems = this.getExpandedItems();
76
77
const newExpandedItems = updateItemInExpandedState(
0 commit comments