Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMickaël Rémond <mremond@process-one.net>2021-05-11 11:06:44 +0300
committerGitHub <noreply@github.com>2021-05-11 11:06:44 +0300
commit7edd9e376656db7217fe3b8b285797d8277d527f (patch)
tree83eefd7ee6d5135eda7b764571d7d1d9502929ea /.devcontainer
parent7a6425544cd952af3a24e24ead030ae2a41feb7a (diff)
Install Erlang and Elixir VSCode extensions as default
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/devcontainer.json2
1 files changed, 1 insertions, 1 deletions
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],