asyncapi / vs-asyncapi-preview

VSCode AsyncAPI Preview Extension
Apache License 2.0
41 stars 26 forks source link

Error in yaml file are no longer reported #200

Open SzymonMalczak opened 9 months ago

SzymonMalczak commented 9 months ago

Describe the bug

Since version 0.6 the errors in the file are no longer reported. Before parsing errors were shown in the preview window, now the preview is empty.

How to Reproduce

Following file

asyncapi: 2.6.0 info: title: Message version: "0.1.0"

Output in previous version: image

Output in new version: image

Expected behavior

Errors should be reported.

github-actions[bot] commented 9 months ago

Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

ivangsa commented 9 months ago

Hi @SzymonMalczak thanks for taking the time to report this error, it was reported upstream already..

ababkin commented 1 month ago

any update on this? is there an upstream link? (i cannot find) this feature feels pretty important thanks!