Add support for typescript.tsdk
option on folder level
#200751
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
Situation - I want to use a new yarn berry with PnP, but unfortunately I can't do it in the way I'm used to. The way I'm used to it is that I have one workspace where all the projects I'm working on are stacked like folders (I think it's called "multi-root workspace").
For PnP to work properly, I need to set the Typescript version from the sdk, but unfortunately I can only do that if I open each project as a separate workspace, which is inconvenient.
I wish the seetting that controls this (
typescript.tsdk
) had support at the folder level, not the entire workspace.The text was updated successfully, but these errors were encountered: