This is an automated email from the ASF dual-hosted git repository. kocolosk pushed a commit to branch update-toolchain in repository https://gitbox.apache.org/repos/asf/couchdb-khash.git
commit 8399deeb08411ca0a04c65a69e6783578af88087 Author: Adam Kocoloski <[email protected]> AuthorDate: Wed Nov 17 09:58:07 2021 -0500 Add a dev container config --- .devcontainer/devcontainer.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..812d1a1 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,8 @@ +{ + "image": "erlang:24", + + "extensions": [ + "erlang-ls.erlang-ls", + "ms-vscode.cpptools" + ] +}
