From 35924331a51905b2c4b86e012b55b15252cfd328 Mon Sep 17 00:00:00 2001 From: Dustin <126348160+Dustin4444@users.noreply.github.com> Date: Tue, 12 Aug 2025 15:53:43 -0400 Subject: [PATCH] Create devcontainer.json [![Docker Ubuntu 22.04 branch image](https://github.com/Dustin4444/ton/actions/workflows/docker-ubuntu-branch-image.yml/badge.svg?branch=accelerator&event=check_run)](https://github.com/Dustin4444/ton/actions/workflows/docker-ubuntu-branch-image.yml) --- .devcontainer/devcontainer.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 000000000..39bbd2681 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,4 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": {} +}