From f72a73e8b5dcb35ef31f79cd7ff1daac8c734205 Mon Sep 17 00:00:00 2001 From: DevNiall <1516808+DevNiall@users.noreply.github.com> Date: Thu, 14 May 2026 03:06:37 +0000 Subject: [PATCH] chore: update VS Code to 1.120.0 Update VSCODE_COMMIT from 8b640ee to 0958016 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c54d15d..fa8dc88 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=8b640eef5a6c6089c029249d48efa5c99adf7d51 +ARG VSCODE_COMMIT=0958016b2af9f09bb4257e0df4a95e2f90590f9f ENV VSCODE_COMMIT=${VSCODE_COMMIT}