Send selected Haskell code to GHCi (ctrl+alt+right)
Requirements
Required: ghc and stack.
Extension Settings
The following configurations are available:
runner2.ghciPath: path for GHCi (default ghci)
runner2.stackPath: path for stack executable (default stack)
runner2.replTool: by default, it use ghci in single file and use stack repl in stack project. This can be overridden by choosing other options (ghci for ghci only, and stack for stack repl only)
runner2.stackRun: show "Stack Run" button, reload required (default false)