Open gayanper opened 4 years ago
When completing the model from another file today it is completed as below when file is in the current folder.
$ref: 'file.yaml#/definitions/Pet'
Suggestion is to make it like
$ref: './file.yaml#/definitions/Pet'
Some of other editor like stoplight has this support.
When completing the model from another file today it is completed as below when file is in the current folder.
$ref: 'file.yaml#/definitions/Pet'
Suggestion is to make it like
$ref: './file.yaml#/definitions/Pet'
Some of other editor like stoplight has this support.