vscode-yaml
vscode-yaml copied to clipboard
Autocompletion by default values bug
Describe the bug
Hello! II have two JSON schemas with the same attributes but different structures. In both schemas, a default value is set for the domain attribute. When using autocompletion, the default value for the domain attribute is not automatically inserted from schema1.json, but it is inserted from schema2.json.
Expected Behavior
Default values for all attributes are inserted automatically.
Current Behavior
Default values from the JSON schema are not being inserted automatically.
Steps to Reproduce
- Open empty .yml file
- Press ctrl + space
- Select object
- Press enter
Environment
- [X] Windows
- [ ] Mac
- [ ] Linux
- [ ] other (please specify)