rikvdkleij / intellij-haskell

IntelliJ plugin for Haskell
https://rikvdkleij.github.io/intellij-haskell/
Apache License 2.0
1.31k stars 96 forks source link

Allow specifying working directory for Run Configurations #640

Open declension opened 3 years ago

declension commented 3 years ago

Hi!

In many IntelliJ run configurations (e.g. run a JAR Application) you can specify the CWD for the process that runs these: Screenshot from 2021-02-16 18-55-40

This doesn't seem possible currently with the plugin, which is shame sometimes if your executable expects certain directories:

Screenshot from 2021-02-16 18-51-46

rikvdkleij commented 3 years ago

Thanks for reporting!