mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-07 17:44:05 -05:00
[json] refactor intellisense participants to not depend on schema - fix
This commit is contained in:
@@ -114,7 +114,7 @@ export class JSONIntellisense {
|
||||
this.contributions.forEach((contribution) => {
|
||||
var collectPromise = contribution.collectPropertySuggestions(resource, location, currentWord, addValue, isLast, collector);
|
||||
if (collectPromise) {
|
||||
collectionPromises.push();
|
||||
collectionPromises.push(collectPromise);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user