diff --git a/.devcontainer/.devcontainer.json b/.devcontainer/.devcontainer.json deleted file mode 100644 index 868c57bf3..000000000 --- a/.devcontainer/.devcontainer.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "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 diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 000000000..aaef56c1a --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,9 @@ +{ + "name": "Kakarot SSJ", + "customizations": { + "vscode": { + "extensions": ["starkware.cairo1"] + } + }, + "postCreateCommand": "curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | sh" +}