File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,7 @@ const listDb2Table: ContextProviderDescription = {
19
19
title : "list Db2i Tables" ,
20
20
displayTitle : `Db2i-{tables}` ,
21
21
description : "Add Db2i Table info to Context" ,
22
- type : "submenu" ,
23
- dependsOnIndexing : true
22
+ type : "submenu"
24
23
} ;
25
24
26
25
interface SchemaContextProvider {
@@ -40,8 +39,7 @@ class ListDb2iTables implements IContextProvider {
40
39
title : `Db2i-${ this . schema } ` ,
41
40
displayTitle : `Db2i-${ this . schema } ` ,
42
41
description : "Add Db2i Table info to Context" ,
43
- type : "submenu" ,
44
- dependsOnIndexing : true
42
+ type : "submenu"
45
43
} ;
46
44
}
47
45
@@ -82,7 +80,7 @@ class ListDb2iTables implements IContextProvider {
82
80
} ) ;
83
81
}
84
82
}
85
-
83
+
86
84
} else {
87
85
const tablesRefs = await generateTableDefinition (
88
86
this . schema ,
You can’t perform that action at this time.
0 commit comments