From 3be59981ed6463570a41dfa782fb0b72de528bd4 Mon Sep 17 00:00:00 2001 From: kenneth Date: Sat, 25 Oct 2025 01:07:19 +0000 Subject: [PATCH] build: add tailscale to devcontainer --- .devcontainer/devcontainer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index bfd9419..c037fd3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,6 +4,11 @@ "context": ".", "dockerfile": "Dockerfile" }, + "features": { + "ghcr.io/tailscale/codespace/tailscale": { + "version": "latest" + } + }, "customizations": { "vscode": { "extensions": [