Skip to content

Commit 1e09eed

Browse files
committed
Small improvement to the devcontainer config
1 parent 1473b88 commit 1e09eed

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.devcontainer/devcontainer.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"version": "18"
77
}
88
},
9-
"postAttachCommand": "scripts/setup.sh",
9+
"postCreateCommand": "scripts/setup.sh",
1010
"containerEnv": {
1111
"ALCHEMY_URL": "${localEnv:ALCHEMY_URL}",
1212
"INFURA_URL": "${localEnv:INFURA_URL}"
@@ -15,9 +15,7 @@
1515
"vscode": {
1616
"extensions": [
1717
"esbenp.prettier-vscode",
18-
"NomicFoundation.hardhat-solidity",
19-
"tamasfe.even-better-toml",
20-
"vadimcn.vscode-lldb"
18+
"NomicFoundation.hardhat-solidity"
2119
]
2220
}
2321
}

0 commit comments

Comments
 (0)