Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yvan-sraka committed May 7, 2024
1 parent 152170e commit a25b10b
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"image":"ghcr.io/input-output-hk/devx-devcontainer:ghc962-iog",
"customizations":{
"vscode":{
"extensions":[
"haskell.haskell"
],
"settings":{
"haskell.manageHLS":"PATH"
}
}
}
}
"image":"ghcr.io/input-output-hk/devx-devcontainer:x86_64-linux.ghc96-iog",
"onCreateCommand": "on-create-command",
"customizations":{
"vscode":{
"extensions":[
"haskell.haskell"
]
}
// Do not set custom `settings` as they would override devx-container defaults...
}
}

0 comments on commit a25b10b

Please sign in to comment.