Skip to content

Fix biome formatting error in devcontainer.json#26567

Closed
frankmueller-msft wants to merge 1 commit intomicrosoft:mainfrom
frankmueller-msft:fix/biome-devcontainer-trailing-comma
Closed

Fix biome formatting error in devcontainer.json#26567
frankmueller-msft wants to merge 1 commit intomicrosoft:mainfrom
frankmueller-msft:fix/biome-devcontainer-trailing-comma

Conversation

@frankmueller-msft
Copy link
Contributor

Summary

  • Removes trailing comma after last extension entry in .devcontainer/devcontainer.json that biome 2.x flags as a formatting error
  • Introduced in build: add MAI extension #26547 — currently causing biome check failures across all PR builds

Test plan

  • biome check . passes (no formatting errors)

🤖 Generated with Claude Code

Remove trailing comma after last extension entry that biome 2.x flags
as a formatting error. This was introduced in microsoft#26547 and is causing
biome check failures across all PR builds.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes a biome 2.x formatting failure in the devcontainer configuration by removing an invalid trailing comma in the VS Code extensions list, unblocking CI biome check runs.

Changes:

  • Remove the trailing comma after the final entry in the customizations.vscode.extensions array in .devcontainer/devcontainer.json.

@frankmueller-msft
Copy link
Contributor Author

Already fixed: #26565

@frankmueller-msft frankmueller-msft deleted the fix/biome-devcontainer-trailing-comma branch February 26, 2026 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants