-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
feat: add content assistance #135
feat: add content assistance #135
Conversation
tests are failing because of issues with dependencies installation, related to package-lock v1 vs. v2 issues problem with
|
at first sight new package-lock.json v2 requires npm 7, (not sure why it didn't fail before, on the other PR) |
in previous PR all was good -> https://github.com/asyncapi/vs-asyncapi-preview/actions/runs/3267114363/jobs/5371844526 npm 6 should work with v2, in many cases it does, but in this PR you are making changes in dependencies, so maybe some dependency is updated that is not handled well between lock versions |
for some reason just adding |
Co-authored-by: Lukasz Gornicki <lpgornicki@gmail.com>
/rtm |
🎉 This PR is included in version 0.4.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
This is a preliminar version for the following functionality:
Related issue(s)
Implements #132 #133