From a635af9cd368412eaedc07ced48bb44b50c77827 Mon Sep 17 00:00:00 2001 From: DevNiall <1516808+DevNiall@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:16:24 +0000 Subject: [PATCH] chore: update VS Code to 1.106.1 Update VSCODE_COMMIT from 7d842fb to cb1933b --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5576b1c..c94ef8a 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=cb1933bbc38d329b3595673a600fab5c7368f0a7 ENV VSCODE_COMMIT=${VSCODE_COMMIT}