diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9452e0a..56a3c13 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -14,7 +14,7 @@ 3000, 9944 ], - "preCreateCommand": ["cargo build", "cargo check"], + "onCreateCommand": ["cargo build", "cargo check"], "postStartCommand": "./target/debug/node-template --dev --ws-external", "menuActions": [ {"id": "polkadotjs",