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

This commit is contained in:
2024-08-02 15:47:40 +03:00
committed by KKlochko
parent 16aa77a663
commit 74bcf7c341
+3 -1
View File
@@ -1,8 +1,10 @@
{
"name": "Elixir Example",
"customizations": {
"vscode": {
"extensions": [
"mkhl.direnv"
"mkhl.direnv",
"dracula-theme.theme-dracula"
]
}
},