From ea77eedc9b83ba481fc32f2d04ffa01b867ef4e4 Mon Sep 17 00:00:00 2001 From: Frank Mueller Date: Thu, 26 Feb 2026 12:14:07 -0800 Subject: [PATCH] Fix biome formatting error in devcontainer.json Remove trailing comma after last extension entry that biome 2.x flags as a formatting error. This was introduced in #26547 and is causing biome check failures across all PR builds. Co-Authored-By: Claude Opus 4.6 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index be19e8838839..61414ce19b4e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -24,7 +24,7 @@ "MAI-EngineeringSystems.mai-ai-telemetry", "ms-azure-devops.azure-pipelines", "ms-azuretools.vscode-docker", - "mutantdino.resourcemonitor", + "mutantdino.resourcemonitor" ] } },