From 2dcb4f72598c9d286372943e602df9f9766dfc49 Mon Sep 17 00:00:00 2001 From: koralowiec <36413794+koralowiec@users.noreply.github.com> Date: Thu, 22 Jan 2026 20:25:30 +0000 Subject: [PATCH] chore(devcontainer): add boilerplate and remove tmux --- .github/.devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/.devcontainer/devcontainer.json b/.github/.devcontainer/devcontainer.json index 12f920fb3..410a0f03e 100644 --- a/.github/.devcontainer/devcontainer.json +++ b/.github/.devcontainer/devcontainer.json @@ -21,7 +21,7 @@ "ghcr.io/lukewiwa/features/shellcheck:0.2.3": {}, "ghcr.io/guiyomh/features/just:0": {}, "ghcr.io/devcontainers-extra/features/pre-commit:2": {}, - "ghcr.io/devcontainers-extra/features/tmux-homebrew:1": {}, - "ghcr.io/devcontainers-extra/features/act:1": {} + "ghcr.io/devcontainers-extra/features/act:1": {}, + "ghcr.io/devcontainers-extra/features/boilerplate:1": {} } } \ No newline at end of file