Skip to content

Instantly share code, notes, and snippets.

@kogai
Created October 1, 2017 05:45
Show Gist options
  • Select an option

  • Save kogai/50987612e8af838cbccc4f0e8818735e to your computer and use it in GitHub Desktop.

Select an option

Save kogai/50987612e8af838cbccc4f0e8818735e to your computer and use it in GitHub Desktop.
{
// 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