day3
This commit is contained in:
27
.vscode/launch.json
vendored
Normal file
27
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
// 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",
|
||||
"request": "launch",
|
||||
"name": "day2pt2",
|
||||
"internalConsoleOptions": "openOnSessionStart",
|
||||
"workspace": "${workspaceFolder}",
|
||||
"startup": "${workspaceFolder}/day2/app/Pt2.hs",
|
||||
"startupFunc": "",
|
||||
"startupArgs": "",
|
||||
"stopOnEntry": false,
|
||||
"mainArgs": "",
|
||||
"ghciPrompt": "H>>= ",
|
||||
"ghciInitialPrompt": "> ",
|
||||
"ghciCmd": "stack ghci --with-ghc=ghci-dap --test --no-load --no-build --main-is main",
|
||||
"ghciEnv": {},
|
||||
"logFile": "${workspaceFolder}/.vscode/phoityne.log",
|
||||
"logLevel": "WARNING",
|
||||
"forceInspect": false
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user