diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1c696b4..2ab36c7 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "name": "Rust on Arch", + "name": "Rust on Crystal", "build": { "dockerfile": "Dockerfile" }, @@ -17,4 +17,4 @@ ], "forwardPorts": [], "postCreateCommand": "rustc --version" -} \ No newline at end of file +}