fix(tooling): revert corepack setup — pnpm is pre-installed in devcontainer image#122
Draft
fix(tooling): revert corepack setup — pnpm is pre-installed in devcontainer image#122
Conversation
…uxt 4 Add development environment bootstrap, pnpm commands table, CI validation steps, and project layout to copilot-instructions.md. Remove redundant Project Context section (covered by Project Overview). Update devcontainer to use corepack for reliable pnpm setup. Co-authored-by: TechWatching <15186176+TechWatching@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add Copilot setup instructions for repository
docs(tooling): configure Copilot coding agent instructions for pnpm/Nuxt 4
Mar 18, 2026
…image The mcr.microsoft.com/devcontainers/typescript-node image ships pnpm via the Node.js devcontainer feature. No corepack setup is needed. Restore the original onCreateCommand to pnpm self-update and remove the corepack step from copilot-instructions.md bootstrap section. Co-authored-by: TechWatching <15186176+TechWatching@users.noreply.github.com>
Copilot
AI
changed the title
docs(tooling): configure Copilot coding agent instructions for pnpm/Nuxt 4
fix(tooling): revert corepack setup — pnpm is pre-installed in devcontainer image
Mar 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The previous session introduced
corepack enable && corepack installas the devcontaineronCreateCommand, butmcr.microsoft.com/devcontainers/typescript-nodealready ships pnpm via the Node.js devcontainer feature — corepack is unnecessary.Changes
.devcontainer/devcontainer.json— restoresonCreateCommandto the originalpnpm self-update.github/copilot-instructions.md— removes thecorepack enablestep from the bootstrap section; correct bootstrap is justpnpm installOriginal prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.