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
Editor needs to be able to parse JSON or YAML in order to display paths, etc. While duplicate paths issue is relatively benign and parser can sometimes work while encountering errors, other types of parsing errors could cause incorrect information to be displayed by the editor.
So, to err on the side of caution I'm going to keep current implementation where editor goes blank when parsing errors are encountered.
To alert user about parsing errors I've updated extension to display these in Errors panel of VS Code. The fix should be available in the upcoming 1.8.18 update.
If you enter the same path twice, the entire API viewer goes blank and you do not get an error in the editor.
This will not load in the viewer. But if you remove the second path, it will suddenly load.
This should be marked as an error in the editor, but not cause the viewer to go blank.
The text was updated successfully, but these errors were encountered: