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
Describe the bug
If I try to convert a json file to yaml, if there's a string field with a lot of characters, during yaml conversion the value is splitted in a new line
Describe the bug
If I try to convert a json file to yaml, if there's a string field with a lot of characters, during yaml conversion the value is splitted in a new line
To Reproduce
Steps to reproduce the behavior:
try to convert this file
petstore.json
in my vs code it happens that this $ref field is splitted in two lines
Expected behavior
I don't want this splitting on two lines
Screenshots
If applicable, add screenshots to help explain your problem.
(please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: