Skip to content

Commit

Permalink
Update devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Feb 14, 2024
1 parent e9797ca commit e37af7a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
"ghcr.io/devcontainers-contrib/features/elixir-asdf:2": {}
},
"customizations": {
"vscode": {
"settings": {},
"extensions": [
"vscode": {
"settings": {
"editor.formatOnSave": true
},
"extensions": [
"jakebecker.elixir-ls",
"samuel-pordeus.elixir-test"
]
}
}
}
}

0 comments on commit e37af7a

Please sign in to comment.