From 26e5e637f9c4dc04151b04cca5aa37bd483e02e6 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 28 Jul 2025 15:29:34 -0700 Subject: [PATCH] feat: Add SSH support to Codespaces configuration --- .devcontainer/devcontainer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d6d54269f8e..6b15d5ab57f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -82,6 +82,9 @@ "ghcr.io/devcontainers/features/github-cli:1": {}, "ghcr.io/devcontainers/features/node:1": { "version": "18" + }, + "ghcr.io/devcontainers/features/sshd:1": { + "version": "latest" } },