Skip to content

Add .devcontainer/devcontainer-lock.json#2468

Open
Spitfire1900 wants to merge 6 commits intopingdotgg:mainfrom
Spitfire1900:add-.devcontainer/devcontainer-lock.json
Open

Add .devcontainer/devcontainer-lock.json#2468
Spitfire1900 wants to merge 6 commits intopingdotgg:mainfrom
Spitfire1900:add-.devcontainer/devcontainer-lock.json

Conversation

@Spitfire1900
Copy link
Copy Markdown
Contributor

@Spitfire1900 Spitfire1900 commented May 2, 2026

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

  • This PR is small and focused
  • I explained what changed and why
  • [N/A] I included before/after screenshots for any UI changes
  • [N/A] I included a video for animation/interaction changes

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.json to pin exact digests/versions for devcontainer features (bun/git/node/python) for more reproducible builds.

Updates .oxfmtrc.json with an override to format the new lock file (no trailing commas and no final newline), and bumps oxfmt from ^0.40.0 to ^0.47.0 (updating bun.lock and package.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

  • Adds devcontainer-lock.json pinning devcontainer feature images (bun 1.1.0, git 1.3.5, node 1.7.1, python 1.8.0) with resolved digests and integrity hashes for reproducible dev environments.
  • Adds a formatter override in .oxfmtrc.json to disable trailing commas and final newline for the lock file.
  • Bumps oxfmt from ^0.40.0 to ^0.47.0 in package.json with updated lockfile entries.

Macroscope summarized 8b34e4a.

Beginning with VSCode 1.118 fresh builds of devcontainers will create a .devcontainer/devcontainer-lock.json file
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 2, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: a97accd6-55c0-4ad1-a82f-9462005d55d1

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot added vouch:unvouched PR author is not yet trusted in the VOUCHED list. size:S 10-29 changed lines (additions + deletions). labels May 2, 2026
macroscopeapp[bot]
macroscopeapp Bot previously approved these changes May 2, 2026
@macroscopeapp
Copy link
Copy Markdown
Contributor

macroscopeapp Bot commented May 2, 2026

Approvability

Verdict: 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.

@macroscopeapp macroscopeapp Bot dismissed their stale review May 2, 2026 13:19

Dismissing prior approval to re-evaluate 964f923

@github-actions github-actions Bot added size:M 30-99 changed lines (additions + deletions). and removed size:S 10-29 changed lines (additions + deletions). labels May 2, 2026
macroscopeapp[bot]
macroscopeapp Bot previously approved these changes May 2, 2026
@macroscopeapp macroscopeapp Bot dismissed their stale review May 2, 2026 13:27

Dismissing prior approval to re-evaluate b735103

Copy link
Copy Markdown
Contributor

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ 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.

Comment thread .devcontainer/devcontainer.json Outdated
macroscopeapp[bot]
macroscopeapp Bot previously approved these changes May 2, 2026
@macroscopeapp macroscopeapp Bot dismissed their stale review May 2, 2026 13:32

Dismissing prior approval to re-evaluate 8b34e4a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:M 30-99 changed lines (additions + deletions). vouch:unvouched PR author is not yet trusted in the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant