zzehring / intellij-jsonnet

An Intellij Plugin for grafana/jsonnet-language-server
Apache License 2.0
14 stars 12 forks source link

Allow use of plugin with IntelliJ 2023.2 #65

Closed niels-s closed 1 year ago

niels-s commented 1 year ago

Thanks for maintaining the plugin.

I'm adding these changes to make it work with the latest releases, but I haven't tested it locally if it works If someone can provide me some instructions, I'm happy to give it a try and validate.

I was able to verify and test it locally 👌

For future reference, install the Gradle Plugin for your IDEA. Then run the buildPlugin Gradle task found under the intellij folder. The zip file containing the plugin can be found in {project_root}/build/distributions. You can install the plugin from disk and give it a try.

zzehring commented 1 year ago

Thanks for the contribution! I'll get this released ASAP.