I ran yarn create next-app --typescript to create a TypeScript Next app using Yarn. The app runs fine using yarn run dev; however, vscode does not read any of the yarn packages added.
I've tried following the instructions on the official Yarn's Editor SDKs article by running:
yarn dlx @yarnpkg/sdks vscode
