Skip to content

Commit

Permalink
Install Erlang and Elixir VSCode extensions as default
Browse files Browse the repository at this point in the history
  • Loading branch information
mremond committed May 11, 2021
1 parent 7a64255 commit 7edd9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 7edd9e3

Please sign in to comment.