Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {}
Comment on lines +2 to +3
Copy link

Copilot AI Oct 24, 2025

Choose a reason for hiding this comment

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

[nitpick] The empty features object serves no purpose and can be removed to reduce unnecessary configuration clutter. Only include the features property when you need to add specific dev container features.

Suggested change
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {}
"image": "mcr.microsoft.com/devcontainers/universal:2"

Copilot uses AI. Check for mistakes.
}