When invoking the Scala REPL in intellij (Tools --> Scala REPL), how can environment variables be manipulated for the REPL session?
After launching the REPL a run configuration is created, but there is no environment variable window:
There is a similar stack question which deals with invoking a Scala application. However, this question is not for a Scala application that has a main
, rather this question deals with launching a REPL to test code on my classpath.