-
Notifications
You must be signed in to change notification settings - Fork 35
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
Fix support for jetbrains ides #475
Fix support for jetbrains ides #475
Conversation
Change the label to 'new feature' as it is a new ability |
Please do not combine several tasks in one PR, even if it will make you open 3 different PRs with a single line each. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
refer to my comments
Please write in detail exactly what ides you added support to. If you didn't check all ides (what does it even mean? there are plenty of IDES we doesn't support at all) so we cannot make this commitment. If you did check them one by one please list their names |
removed unnecessary from plugin.xml
f32550f
to
65a22ea
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
added the dependencies to fix the support for Pycharm, Webstorm, Goland and Android Studio.
upgraded node version to 20 in Github as Darwin(mac os) does not support node 14.