From 8f8fe17121cf0274d85cdff192c729ee80c99452 Mon Sep 17 00:00:00 2001 From: Michal Date: Mon, 13 Jun 2022 01:18:17 +0100 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}