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
I tried doing a security audit on an OpenAPI file that had formatting issues and got this error message: "Failed to audit: Error: Failed to parse JSON: InvalidSymbol at offset 9168, CommaExpected at offset 9173, ColonExpected at offset 19875"
It would have been much nicer if instead it would give me the line numbers. It actually does put the issues in the Problems panel - which is very helpful, but took me time to find that out. Maybe you could update the text in the error message to mention that.
The text was updated successfully, but these errors were encountered:
Security audit and preview icons are now disabled if selected openapi file contains errors (formatting issues).
(The same behavior as in Idea and Eclipse plugins).
I tried doing a security audit on an OpenAPI file that had formatting issues and got this error message: "Failed to audit: Error: Failed to parse JSON: InvalidSymbol at offset 9168, CommaExpected at offset 9173, ColonExpected at offset 19875"
It would have been much nicer if instead it would give me the line numbers. It actually does put the issues in the Problems panel - which is very helpful, but took me time to find that out. Maybe you could update the text in the error message to mention that.
The text was updated successfully, but these errors were encountered: