Closed Roberto4091 closed 1 year ago
Thanks for the bug report @Roberto4091, the problem seems to be the single quotes ' in the folder names in pnpm-workspace.yaml
. The extension was only supporting " double quotes or no quotes. In v1.56.0 the problem is fixed.
Hello, I'm using the latest version of the plugin v1.55.1 in a monorepo that works with pnpm, but the plugin can't find the app. From what I can see, it's reading the root's package.json file. I'm attaching screenshots
pnpm-workspace.yaml
Root structure
App structure
Result in plugin
I also used the multi-workspace structure provided by Visual Studio Code, as I saw in the plugin documentation that it is supported, but the result was the same.