Add .devcontainer/devcontainer-lock.json#2468
Add .devcontainer/devcontainer-lock.json#2468Spitfire1900 wants to merge 6 commits intopingdotgg:mainfrom
Conversation
Beginning with VSCode 1.118 fresh builds of devcontainers will create a .devcontainer/devcontainer-lock.json file
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
ApprovabilityVerdict: Approved Development tooling changes only: adds a devcontainer lock file for pinning dev environment versions and updates the oxfmt formatter dependency. No runtime behavior impact. You can customize Macroscope's approvability policy. Learn more. |
Dismissing prior approval to re-evaluate 964f923
Dismissing prior approval to re-evaluate b735103
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit b735103. Configure here.
Dismissing prior approval to re-evaluate 8b34e4a

What Changed
Add .devcontainer/devcontainer-lock.json
Why
Beginning with VSCode 1.118 fresh builds of devcontainers will create a .devcontainer/devcontainer-lock.json file and VSCode will honor the devcontainer-lock.json file if it exists.
UI Changes
Checklist
Note
Low Risk
Low risk: changes are limited to devcontainer reproducibility metadata and a formatter version bump; no runtime application logic is affected.
Overview
Adds
.devcontainer/devcontainer-lock.jsonto pin exact digests/versions for devcontainer features (bun/git/node/python) for more reproducible builds.Updates
.oxfmtrc.jsonwith an override to format the new lock file (no trailing commas and no final newline), and bumpsoxfmtfrom^0.40.0to^0.47.0(updatingbun.lockandpackage.json).Reviewed by Cursor Bugbot for commit 8b34e4a. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
Add devcontainer features lock file pinning bun, git, node, and python versions
oxfmtfrom^0.40.0to^0.47.0in package.json with updated lockfile entries.Macroscope summarized 8b34e4a.