How to configure VSCode to run Yarn 2 (with PnP) powered TypeScript
I had this problem last night while migrating to Yarn v2 and using PnP. Make sure that after running yarn dlx @yarnpkg/sdks vscode the following folder structure was created inside your .yarn directory: .yarn/sdks/typescript/lib. Change your VSCode workspace configuration to add the following: “typescript.tsdk”: “.yarn/sdks/typescript/lib” I also had another problem with step 1 while using … Read more