Skip to content

Fix dev container: use devcontainers-extra/features/uv and install npm devDependencies - #56

Merged
hzhangxyz merged 2 commits into
mainfrom
copilot/fix-dev-container-issues
Nov 28, 2025
Merged

Fix dev container: use devcontainers-extra/features/uv and install npm devDependencies#56
hzhangxyz merged 2 commits into
mainfrom
copilot/fix-dev-container-issues

Conversation

Copilot AI commented Nov 28, 2025

Copy link
Copy Markdown
Contributor

Dev container setup was failing due to broken uv feature source and missing npm devDependencies.

Changes

  • uv feature: Switch from ghcr.io/gvatsal60/dev-container-features/uv:0 to ghcr.io/devcontainers-extra/features/uv:1
  • npm ci: Add --include=dev flag to ensure devDependencies are installed regardless of NODE_ENV
Original prompt

This section details on the original issue you should resolve

<issue_title>dev container依然存在问题</issue_title>
<issue_description></issue_description>

<agent_instructions>1. uv有问题, ghcr.io/devcontainers-extra/features/uv:1 用这个吧。
2. npm ci需要把dev的也安装上。

</agent_instructions>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

…-include=dev

Co-authored-by: hzhangxyz <11623447+hzhangxyz@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix dev container issues with uv and npm Fix dev container: use devcontainers-extra/features/uv and install npm devDependencies Nov 28, 2025
Copilot AI requested a review from hzhangxyz November 28, 2025 12:26
@hzhangxyz
hzhangxyz marked this pull request as ready for review November 28, 2025 12:32
@hzhangxyz
hzhangxyz merged commit 242d099 into main Nov 28, 2025
64 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dev container依然存在问题

2 participants