Skip to content

Commit 39b648b

Browse files
authored
Create devcontainer.json
1 parent 0ecb06a commit 39b648b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/universal:2",
3+
"features": {
4+
"ghcr.io/devcontainers/features/node:1": {
5+
"version": "lts"
6+
}
7+
},
8+
"customizations": {
9+
"vscode": {
10+
"extensions": ["JuanBlanco.solidity"],
11+
"settings": {
12+
"solidity.formatter": "forge"
13+
}
14+
}
15+
},
16+
"postCreateCommand": "curl -L https://foundry.paradigm.xyz | bash"
17+
}

0 commit comments

Comments
 (0)