Since version 2.23.0 I get errors like this one if I run vsce package for a yarn v2 pnp based project:
ERROR Extension manifest not found: /path/to/my/project/node_modules/a-package/package.json
Versions prior to 2.23.0 supported yarn v2 pnp and knew that there isn't a node_modules with this approach. But the new update breaks this feature.
Since version 2.23.0 I get errors like this one if I run
vsce packagefor a yarn v2 pnp based project:Versions prior to 2.23.0 supported yarn v2 pnp and knew that there isn't a node_modules with this approach. But the new update breaks this feature.