From dcc17e7e25fa09c375a07939545fe585123dd5d8 Mon Sep 17 00:00:00 2001 From: Marek Lesko Date: Tue, 14 Oct 2025 10:29:12 +0000 Subject: [PATCH] chore: add initialization tasks for devcontainer setup --- .gitpod.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitpod.yml b/.gitpod.yml index 48baefa..c6dcf59 100755 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,2 +1,6 @@ coreDump: enabled: false +tasks: + - init: | + npm install -g @devcontainers/cli@0.40.0 + devcontainer --version \ No newline at end of file