From 7edd9e376656db7217fe3b8b285797d8277d527f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Tue, 11 May 2021 08:06:44 +0000 Subject: [PATCH] Install Erlang and Elixir VSCode extensions as default --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ce4845faf..46ed982d0 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -15,7 +15,7 @@ }, // Add the IDs of extensions you want installed when the container is created. - "extensions": [], + "extensions": ["pgourlain.erlang", "jakebecker.elixir-ls"], // Use 'forwardPorts' to make a list of ports inside the container available locally. "forwardPorts": [5222, 5280, 5269],