Created
October 1, 2017 05:45
-
-
Save kogai/50987612e8af838cbccc4f0e8818735e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| // Use IntelliSense to learn about possible attributes. | |
| // Hover to view descriptions of existing attributes. | |
| // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "type": "ghc", | |
| "name": "ghci debug viewer Phoityne", | |
| "request": "launch", | |
| "internalConsoleOptions": "openOnSessionStart", | |
| "workspace": "${workspaceRoot}", | |
| "startup": "${workspaceRoot}/src/Main.hs", | |
| "logFile": "${workspaceRoot}/.vscode/phoityne.log", | |
| "logLevel": "WARNING", | |
| "ghciPrompt": "H>>= ", | |
| "ghciCmd": "stack ghci --test --no-load --no-build --main-is TARGET --ghci-options -fprint-evld-with-show", | |
| "ghciEnv": {}, | |
| "stopOnEntry": true, | |
| "hackageVersion": "0.0.15.0", | |
| "mainArgs": "generate --frege" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment