From 4347ed4cc30d56fd8d7554a35159ae55d0275541 Mon Sep 17 00:00:00 2001 From: DevNiall <1516808+DevNiall@users.noreply.github.com> Date: Thu, 11 Jun 2026 03:07:29 +0000 Subject: [PATCH] chore: update VS Code to 1.124.0 Update VSCODE_COMMIT from 6a44c35 to 1b50d58 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 42cf316..16827ba 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=6a44c352bd24569c417e530095901b649960f9f8 +ARG VSCODE_COMMIT=1b50d58d73426c9171299ec4037d01365d995b78 ENV VSCODE_COMMIT=${VSCODE_COMMIT}