Closed begolf-aci closed 2 years ago
ok, thanks @begolf-aci I will try to update asap the extension to the latest playground version Thanks.
This issue has been automatically marked as stale because it has not had recent activity :sleeping:
It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.
There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.
Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.
Thank you for your patience :heart:
will be fixed with https://github.com/asyncapi/vs-asyncapi-preview/pull/47
This issue has been automatically marked as stale because it has not had recent activity :sleeping:
It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.
There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.
Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.
Thank you for your patience :heart:
it should be fixed now
Hi, I came across this bug while trying to use this extension. Here is a sample doc, if you drop it into the asynapi 2.0 playground works fine, but rendering from vcode using the plugin I get the following error: Error: Unable to call
the return value of (prop["items"])["properties"]
, which is undefined or falsey here is the full stack message: Template render error: (c:\Users\ea.vscode\extensions\ivangsa.asyncapi-preview-0.1.1\node_modules\@asyncapi\generator\node_modules\@asyncapi\html-template\template\index.html) Template render error: (c:\Users\ea.vscode\extensions\ivangsa.asyncapi-preview-0.1.1\node_modules\@asyncapi\generator\node_modules\@asyncapi\html-template\partials\content.html) Template render error: (c:\Users\ea.vscode\extensions\ivangsa.asyncapi-preview-0.1.1\node_modules\@asyncapi\generator\node_modules\@asyncapi\html-template\partials\operations.html) Error: Unable to callthe return value of (prop["items"])["properties"]
, which is undefined or falseyHere is the doc, change the last line from type: array to type: string and it will render find with the extension.... thanks.