-
Notifications
You must be signed in to change notification settings - Fork 11
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
Can't preview when resources include a securedBy node #10
Comments
Same problem here. But I guess nothing is happening here? |
Well - I was able to get the preview to sort of work by hacking the showPreview.js file in the extension to remove the template reference. (But the default template uses a popup overlay which does not seem to work inside of VS Code. So, it seems the template they have is the problem and needs to be updated. |
With VS Code 1.33.0 Here is a commit of another extension which removed it from their code, and how they replaced it. |
I'm also encountering this issue. This problem seems a pretty fundamental issue as I'd imagine the securedBy attribute is an important and core feature of documenting any API specification. |
RAML:
The text was updated successfully, but these errors were encountered: