Commit c74ecad
fix(tooling): revert corepack, pnpm is pre-installed in devcontainer 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>1 parent d081092 commit c74ecad
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
0 commit comments