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
1 changed files with 1 additions and 1 deletions

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