Skip to content

Commit

Permalink
feat: rename devcontainer:
Browse files Browse the repository at this point in the history
  • Loading branch information
Eikix committed Jul 28, 2023
1 parent 557fd77 commit d9de9d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .devcontainer/.devcontainer.json

This file was deleted.

9 changes: 9 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit d9de9d3

Please sign in to comment.