You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that I have an array of objects in my schema; if in my YAML file, I add an array item, return to the line and invoke completion, the completion wrongly provides "{} - (array item) object" instead of the different properties available in my current object.
Describe the bug
Given that I have an array of objects in my schema; if in my YAML file, I add an array item, return to the line and invoke completion, the completion wrongly provides "{} - (array item) object" instead of the different properties available in my current object.
Here's a visual example:
![test2](https://user-images.githubusercontent.com/3750300/196362726-4524c793-14b4-4de1-a0d4-9613f7e8a603.gif)
My JSON schema is the following:
Expected Behavior
In my example, completion should provide "prop2" and "prop3", and not "{} - (array item) object"
Current Behavior
In my example, completion actually provide "{} - (array item) object", and not "prop2" and "prop3"
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: