Skip to content

Commit

Permalink
Merge pull request redhat-developer#224 from evidolob/call-scheme-value
Browse files Browse the repository at this point in the history
Add call 'addSchemaValueCompletions'
  • Loading branch information
JPinkney authored Jan 22, 2020
2 parents 70228ba + 7bc47e7 commit 5fae492
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/languageservice/services/yamlCompletion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ export class YAMLCompletion extends JSONCompletion {
insertText: `- ${this.getInsertTextForObject(s.schema.items, separatorAfter).insertText.trimLeft()}`,
insertTextFormat: InsertTextFormat.Snippet,
});
this.addSchemaValueCompletions(s.schema.items, separatorAfter, collector, types);
}
else {
this.addSchemaValueCompletions(s.schema.items, separatorAfter, collector, types);
Expand Down

0 comments on commit 5fae492

Please sign in to comment.