mirror of
https://github.com/tfausak/witch.git
synced 2024-11-22 14:58:13 +03:00
Configure development container
This commit is contained in:
parent
ae417514fb
commit
84de506c0b
@ -2,3 +2,4 @@ FROM haskell:9.0.1
|
||||
ARG USER=haskell
|
||||
RUN useradd --create-home --shell "$( which bash )" "$USER"
|
||||
USER "$USER"
|
||||
ENV PATH="/home/$USER/.cabal/bin:$PATH"
|
||||
|
@ -1,5 +1,9 @@
|
||||
{
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile"
|
||||
}
|
||||
},
|
||||
"extensions": [
|
||||
"taylorfausak.purple-yolk"
|
||||
],
|
||||
"postCreateCommand": "cabal update"
|
||||
}
|
||||
|
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"purple-yolk.brittany.command": "false",
|
||||
"purple-yolk.ghci.command": "cabal repl --ghc-options -Wwarn --repl-options -ddump-json",
|
||||
"purple-yolk.hlint.command": "false",
|
||||
"purple-yolk.hlint.onSave": false
|
||||
}
|
Loading…
Reference in New Issue
Block a user