Skip to content

Commit

Permalink
add devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Eikix committed Jul 28, 2023
1 parent 2ac9e10 commit 557fd77
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .devcontainer/.devcontainer.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 557fd77

Please sign in to comment.