Attempting to kick off a simple project on Next.js with TypeScript and version 13.4 of Next proved to be a challenge for me. On both occasions, the pop-up in the bottom-right corner did not appear, and the command ctrl+shift+p did not yield any "TypeScript" results.
Even after trying to install the latest version of eslint-config-next, I still couldn't resolve the issue. Unsure of where the problem lies.