Open duduribeiro opened 1 year ago
if I set RUBY_ENV variable it works. But I think it can be optional. wdyt of
changing modules/products/rubymine/src/main/java/com/shopify/shadowenv/products/rubymine/RubyMineRunConfigurationExtension.java
from
if (curName.contains(rv)) {
to
if (curName == null || rv == null || curName.contains(rv)) {
?
this way we don't try to change ruby version if we don't specify it on env var
hey folks 👋
I have a problem. When I run the Rails project that I have that contains a
.shadowenv.d
dir with the following file:.shadowenv.d/100_default.lisp
I receive the following error on RubyMine
any tips on why this is happening?
I'm on
Build #RM-233.8264.6, built on September 28, 2023