poker-ex/.devcontainer/devcontainer.json

12 lines
No EOL
198 B
JSON

{
"build": {
"dockerfile": "Containerfile"
},
"customizations": {
"vscode": {
"extensions": [
"JakeBecker.elixir-ls"
]
}
}
}