mirror of
https://github.com/tfausak/witch.git
synced 2024-11-22 14:58:13 +03:00
17 lines
569 B
JSON
17 lines
569 B
JSON
{
|
|
"dockerComposeFile": "compose.yaml",
|
|
"extensions": [
|
|
"taylorfausak.purple-yolk"
|
|
],
|
|
"initializeCommand": ".devcontainer/initialize.sh",
|
|
"onCreateCommand": ".devcontainer/on-create.sh",
|
|
"service": "devcontainer",
|
|
"settings": {
|
|
"editor.formatOnSave": true,
|
|
"purple-yolk.haskell.formatter.command": ".devcontainer/cabal-shim.sh ormolu --no-cabal",
|
|
"purple-yolk.haskell.linter.command": ".devcontainer/cabal-shim.sh hlint --json --no-exit-code -",
|
|
"purple-yolk.haskell.linter.onSave": true
|
|
},
|
|
"workspaceFolder": "/workspaces/witch"
|
|
}
|