From 473020182a31ce2055fa80a566e4904a74530492 Mon Sep 17 00:00:00 2001 From: DevNiall <1516808+DevNiall@users.noreply.github.com> Date: Sat, 18 Jul 2026 03:02:03 +0000 Subject: [PATCH] chore: update VS Code to 1.129.1 Update VSCODE_COMMIT from 7e7950d to 8a7abeb --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 77635ed..5423265 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=7e7950df89d055b5a378379db9ee14290772148a +ARG VSCODE_COMMIT=8a7abeba6e03ea3af87bfbce9a1b7e48fed567b8 ENV VSCODE_COMMIT=${VSCODE_COMMIT}