From 557fd77de7f4398adfff0f1d416b7d520ef5f54d Mon Sep 17 00:00:00 2001 From: Elias Tazartes <66871571+Eikix@users.noreply.github.com> Date: Fri, 28 Jul 2023 09:08:52 +0000 Subject: [PATCH] add devcontainer --- .devcontainer/.devcontainer.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .devcontainer/.devcontainer.json diff --git a/.devcontainer/.devcontainer.json b/.devcontainer/.devcontainer.json new file mode 100644 index 000000000..868c57bf3 --- /dev/null +++ b/.devcontainer/.devcontainer.json @@ -0,0 +1,11 @@ +{ + "name": "Kakarot SSJ", + "customizations": { + "vscode": { + "extensions": [ + "starkware.cairo1" + ] + } + }, + "postCreateCommand": "curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | sh" +} \ No newline at end of file