From 537356d5feb9a9e23b1eea04e94712edcbee8098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B3=D0=BE=D1=80?= <148970641+Egor00f@users.noreply.github.com> Date: Sat, 9 Nov 2024 16:24:18 +0000 Subject: [PATCH] fix devcontainer.json --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index cc1731a..584bff5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,3 +1,4 @@ +{ "image": "mcr.microsoft.com/devcontainers/cpp:debian-12", "features": { },