fehnomenal / intellij-direnv

direnv integration for JetBrains IDEs
MIT License
67 stars 21 forks source link

Bump version to 2023.3 #45

Closed joedevivo closed 9 months ago

joedevivo commented 1 year ago

Specifically effects RustRover EAP

fehnomenal commented 1 year ago

Thank you!

TECHNOFAB11 commented 1 year ago

Would love to see this merged, direnv is really helpful when building Rust apps together with Nix :+1: 2023.3 is currently the only usable RustRover version, the older version expired unfortunately

netthier commented 11 months ago

I'd also appreciate this being merged.

Compiling Joe's branch from source works perfectly for anyone stuck on this.

joedevivo commented 11 months ago

I've been using a locally compiled version for a while now. Would love to see this merged as well.

For what it's worth, this also came from wanting to use rust rover with nix, and if you're in a nix dev shell, rustrover . will pick up the environment that direnv did in the shell.

joedevivo commented 11 months ago

For anyone that wants it, you can download this build and use it directly. Direnv integration-0.2.8.zip

viperML commented 11 months ago

I've tried with RustRover and seems to work OK

phip1611 commented 9 months ago

@fehnomenal any update? :)

huyz commented 9 months ago

Why not just bump it to 299.* so we don't have to keep doing this? It's fine if eventually it breaks. Better than having it stop working on every upgrade.

huyz commented 9 months ago

Btw, the easiest workaround for all is to clone the repo locally, fix the pluginUntilBuild, build inside IntelliJ, and Install Plugin from Disk…

fehnomenal commented 9 months ago

Sorry for the delay, guys. I followed the suggestion of @huyz and put the maximum version to 299. Update should be out shortly.