Skip to content
Open
Changes from 2 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
3 changes: 3 additions & 0 deletions src/base-ubuntu/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"ghcr.io/devcontainers/features/git:1": {
"version": "latest",
"ppa": "false"
},
"ghcr.io/devcontainers/features/git-lfs:1": {
"version": "latest"
Comment on lines +17 to +19
Copy link

Copilot AI May 1, 2026

Choose a reason for hiding this comment

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

devcontainer.json adds the git-lfs feature, but devcontainer-lock.json in the same folder is not updated to include/pin it. This can cause non-reproducible builds or CI using an out-of-date lock to miss the new feature. Please regenerate/update the lock file (e.g., via devcontainer upgrade --workspace-folder src/base-ubuntu) so it includes ghcr.io/devcontainers/features/git-lfs:1.

Suggested change
},
"ghcr.io/devcontainers/features/git-lfs:1": {
"version": "latest"

Copilot uses AI. Check for mistakes.
}
},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand Down
Loading