Switch to Purple Yolk

pull/357/head
Taylor Fausak 2021-11-04 23:14:13 +00:00 committed by GitHub
parent bfdb28010a
commit 42cf56b106
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{ {
"recommendations": [ "recommendations": [
"haskell.haskell" "taylorfausak.purple-yolk"
] ]
} }

6
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"purple-yolk.brittany.command": "false",
"purple-yolk.ghci.command": "cabal repl --repl-options -ddump-json",
"purple-yolk.hlint.command": "false",
"purple-yolk.hlint.onSave": false
}