diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0973a70..cba55ff 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -20,7 +20,7 @@ ], // Use 'onCreateCommand' to run commands when a dev container is created. - "onCreateCommand": "bun install wally && wally install", + "onCreateCommand": "cargo install wally && wally install", // Configure tool-specific properties. "customizations": {