25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

Install Erlang and Elixir VSCode extensions as default

This commit is contained in:
Mickaël Rémond 2021-05-11 08:06:44 +00:00 committed by GitHub
parent 7a6425544c
commit 7edd9e3766

View File

@ -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],