From 8950b41b9dc782599c16a3cd5c0f4146f08f4734 Mon Sep 17 00:00:00 2001 From: Koji AGAWA Date: Mon, 24 Feb 2025 20:51:54 +0900 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e2766d2..8c6eb27 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,3 +1,6 @@ { - "image": "mcr.microsoft.com/devcontainers/base:ubuntu" + "image": "mcr.microsoft.com/devcontainers/base:ubuntu", + "features": { + "ghcr.io/devcontainers/features/sshd:1": {} + } }