From ecf28d4aeecaa241e7bfe8fc5e4c14d8bc8e8351 Mon Sep 17 00:00:00 2001 From: DevNiall <1516808+DevNiall@users.noreply.github.com> Date: Thu, 18 Dec 2025 02:35:25 +0000 Subject: [PATCH] chore: update VS Code to 1.107.1 Update VSCODE_COMMIT from bf9252a to 994fd12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8f04168..1441a78 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=bf9252a2fb45be6893dd8870c0bf37e2e1766d61 +ARG VSCODE_COMMIT=994fd12f8d3a5aa16f17d42c041e5809167e845a ENV VSCODE_COMMIT=${VSCODE_COMMIT}