From 026b6719bf77f0c8321e085d56674187b37dc6bb Mon Sep 17 00:00:00 2001 From: DevNiall <1516808+DevNiall@users.noreply.github.com> Date: Sat, 24 Jan 2026 02:38:14 +0000 Subject: [PATCH] chore: update VS Code to 1.108.2 Update VSCODE_COMMIT from 994fd12 to c9d7799 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1441a78..618b526 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=linux/amd64 mcr.microsoft.com/devcontainers/base:noble # VS Code commit ID for devcontainer compatibility. Can be overridden at build time via build args. # Default chosen for current stable VS Code Server version used in this repository. -ARG VSCODE_COMMIT=994fd12f8d3a5aa16f17d42c041e5809167e845a +ARG VSCODE_COMMIT=c9d77990917f3102ada88be140d28b038d1dd7c7 ENV VSCODE_COMMIT=${VSCODE_COMMIT}