In a repository using yarn 2, `vsce package` will fail trying to enumerate dependencies: ```shell ERROR Command failed: yarn list --prod --json ``` To reproduce, in an extension repository, use: ```shell yarn set version berry yarn install vsce package ```
In a repository using yarn 2,
vsce packagewill fail trying to enumerate dependencies:To reproduce, in an extension repository, use:
yarn set version berry yarn install vsce package