-
Notifications
You must be signed in to change notification settings - Fork 12
fix: added comment for temporary workaround for .devcontainer build #213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR documents a temporary workaround in the devcontainer setup related to a broken Yarn APT configuration in the upstream Microsoft devcontainer base image. The comments clearly explain the root cause, link to tracking tickets, and emphasize reverting once the upstream image is fixed.
Changes:
- Added a detailed temporary-workaround comment block to
.devcontainer/devcontainer.jsonexplaining the Yarn APT issue and the need to revert. - Added matching explanatory comments at the top of
.devcontainer/Dockerfileto document the same temporary workaround and its context.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.devcontainer/devcontainer.json |
Adds a structured comment block documenting the temporary workaround, its root cause, and tracking links. |
.devcontainer/Dockerfile |
Adds parallel comments describing the Yarn APT repository issue and clearly marking the change as temporary. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # TEMPORARY WORKAROUND: | ||
| # This removes the legacy Yarn APT repository to unblock Codespaces pre-builds | ||
| # failing with: |
Copilot
AI
Feb 3, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR description mentions adding a matching temporary-workaround comment block to .devcontainer/devcontainer.json, but that file does not currently contain any Yarn/devcontainer workaround comments. Please either update .devcontainer/devcontainer.json to include the intended comment block or adjust the PR description to reflect only the Dockerfile changes.
Description:
This PR documents a temporary workaround in the devcontainer setup related to a broken Yarn APT configuration in the upstream Microsoft devcontainer base image. The comments clearly explain the root cause, link to tracking tickets, and emphasize reverting once the upstream image is fixed.
Changes:
.devcontainer/devcontainer.jsonexplaining the Yarn APT issue and the need to revert..devcontainer/Dockerfileto document the same temporary workaround and its context.