From 14f21c997eff6aa1705932a06f854e49ec4b1c03 Mon Sep 17 00:00:00 2001 From: April John <30842467+CutestNekoAqua@users.noreply.github.com> Date: Tue, 16 Apr 2024 17:01:16 +0000 Subject: [PATCH] [feat] dev container config --- .devcontainer/devcontainer.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..c5b31f3 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,7 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": { + "ghcr.io/devcontainers/features/nix:1": {}, + "ghcr.io/devcontainers/features/rust:1": {} + } +} \ No newline at end of file