File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ export class ExampleBrowser implements TreeDataProvider<any> {
61
61
}
62
62
63
63
async getChildren ( element ?: ExampleGroupItem ) : Promise < any [ ] > {
64
+ // Unlike the bulk of the examples which are defined in views/examples/index.ts, the services examples are retrieved dynamically
64
65
if ( ! Examples [ ServiceInfoLabel ] ) {
65
66
getServiceInfo ( ) . then ( serviceExamples => {
66
67
Examples [ ServiceInfoLabel ] = serviceExamples ;
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ export interface SQLExample {
13
13
requirements ?: ExampleSystemRequirements ;
14
14
} ;
15
15
16
- export const ServiceInfoLabel = `IBM i (SQL) Services` ;
16
+ // Unlike the bulk of the examples defined below, the services examples are retrieved dynamically
17
+ export const ServiceInfoLabel = `IBM i (SQL) Services` ;
17
18
18
19
export let Examples : SQLExamplesList = {
19
20
"Data Definition Language (DDL)" : [
You can’t perform that action at this time.
0 commit comments