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
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"image": "mcr.microsoft.com/devcontainers/universal:3",

Choose a reason for hiding this comment

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

medium

This updates the mcr.microsoft.com/devcontainers/universal image from version 2 to 3, which is a major version increment. Major version changes can introduce breaking changes or require adjustments to the existing configuration.

Could you please confirm if the implications of this major version upgrade have been reviewed? Specifically:

  • Have the release notes or changelog for v3 of this image been checked for potential breaking changes (e.g., removed tools, different default configurations, OS updates)?
  • Has the dev container been launched and tested with this new image version to ensure all existing project functionality, tools, and extensions work as expected?

Ensuring these points are covered will help maintain a stable and functional development environment for everyone using this codespace.

"hostRequirements": {
"cpus": 4
},
Expand Down