From 787e3fde58447108b00e5016906e9ef52ecc1c9c Mon Sep 17 00:00:00 2001 From: DevNiall <1516808+DevNiall@users.noreply.github.com> Date: Tue, 21 Apr 2026 03:04:42 +0000 Subject: [PATCH] chore: update VS Code to v0.44.2 Update VSCODE_COMMIT from 0870c2a to 8ff9a84 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 50367fe..c57d413 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=0870c2a0c7c0564e7631bfed2675573a94ba4455 +ARG VSCODE_COMMIT=8ff9a84c4a9cd0b694aee8f374aa531f7a9d0d08 ENV VSCODE_COMMIT=${VSCODE_COMMIT}