From 74bcf7c341c255c12217783a4702bd4dae659f6c Mon Sep 17 00:00:00 2001 From: KKlochko Date: Fri, 2 Aug 2024 15:47:04 +0300 Subject: [PATCH] Update '.devcontainer.json' to add name and the dracula theme. --- .devcontainer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.devcontainer.json b/.devcontainer.json index 2f69206..d5d1a95 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -1,8 +1,10 @@ { + "name": "Elixir Example", "customizations": { "vscode": { "extensions": [ - "mkhl.direnv" + "mkhl.direnv", + "dracula-theme.theme-dracula" ] } },