From d26392e267f61133b4bfb7a23f3f7626fcd28682 Mon Sep 17 00:00:00 2001 From: DevNiall <1516808+DevNiall@users.noreply.github.com> Date: Thu, 27 Aug 2026 03:43:22 +0000 Subject: [PATCH] chore: update VS Code to 1.135.0 Update VSCODE_COMMIT from df53daa to 08d4889 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f11211e..c3ebe37 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=df53daabb18cd157bdb08c7f01c34df936cf12f4 +ARG VSCODE_COMMIT=08d4889f9ec4a1685d257b9b95de036c8e1ce1e5 ENV VSCODE_COMMIT=${VSCODE_COMMIT}