From 5462c56a6b5cd23bfc989faa07b38d1074a7f719 Mon Sep 17 00:00:00 2001 From: Nikolai Vavilov Date: Thu, 19 Sep 2024 17:12:07 +0300 Subject: [PATCH] feat: create devcontainer.json (#149) --- .devcontainer/devcontainer.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..d864174 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,6 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": { + "ghcr.io/devcontainers/features/rust:1": {} + } +}