From c29b2cf969c9b3ee26ec4cd1cdf664cbda14fbef Mon Sep 17 00:00:00 2001 From: DevNiall <1516808+DevNiall@users.noreply.github.com> Date: Thu, 13 Nov 2025 02:34:47 +0000 Subject: [PATCH] chore: update VS Code to 1.106.0 Update VSCODE_COMMIT from 7d842fb to ac4cbdf --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5576b1c..31743d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM 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=7d842fb85a0275a4a8e4d7e040d2625abbf7f084 +ARG VSCODE_COMMIT=ac4cbdf48759c7d8c3eb91ffe6bb04316e263c57 ENV VSCODE_COMMIT=${VSCODE_COMMIT}