Update '.devcontainer.json' to add name and the dracula theme.

main
KKlochko 9 months ago committed by KKlochko
parent 16aa77a663
commit 74bcf7c341

@ -1,8 +1,10 @@
{ {
"name": "Elixir Example",
"customizations": { "customizations": {
"vscode": { "vscode": {
"extensions": [ "extensions": [
"mkhl.direnv" "mkhl.direnv",
"dracula-theme.theme-dracula"
] ]
} }
}, },

Loading…
Cancel
Save