-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible that the plugin can handle $ref with external files? #48
Comments
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. |
@hartmanjan1970 Hi! Can you show me your preview? I think that you are viewing your specification trough buggy IDEA preview, instead of my plugin |
Hi @hartmanjan1970 I'm a maintainer and the same thing happened to me when IntelliJ added a built-in preview O_o You have to make sure you're using the plugin's preview feature...not IntelliJ's built-in preview feature. |
If i take a simple example i get a preview, but it goes to white when i add some stuff. And the build-in preview gives up before the editor preview gives up. mmm will check my asyncapi file. |
Will check it out. It may be bug in react component, which renders specification in preview You can check for errors in our studio |
@hartmanjan1970 out of curiosity, did the above discussion help you? Would it be ok if we close this issue? |
Yes, the discussion helped me with my definition of the AsyncApi contracts. Now up to our next problem that is generation of Java code from the contract.... |
Good luck to you with ironing out the Java code generation! Closing this issue as there doesn't appear to be an issue with the plugin's code. |
fyi: #101 |
@hartmanjan1970 hi! New version is available |
The plugin is not able to handle $ref with an external file.
if i have the following include file
MyPayloadThing.yml
The preview can not render the file, while the content is correct refering to the included file.
Is this a feature that could be added, would be very nice.
Thanks
The text was updated successfully, but these errors were encountered: