docs/contributing: Recommend Corepack over direct pnpm (#1969)

This commit is contained in:
David Vo 2023-10-27 22:33:58 +11:00 committed by GitHub
parent 1a2851796f
commit ddcf86ddb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ extension](#running--testing-extension-locally). You may also find the [VSCode A
- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/en/)
- [pnpm](https://pnpm.io/installation)
- [Corepack](https://nodejs.org/api/corepack.html) or [pnpm](https://pnpm.io/installation)
- [VSCode](https://code.visualstudio.com/); minimum version for local development is 1.72.0 in order to support settings profiles for sandboxed development. Please file an issue if that is a problem.
### Steps