Detects an import of a missing module and offers to install it via npm/yarn/pnpm using the quick fix command.
Open up this link for video showing the extension in action:
Screencast.from.2024-10-10.02-27-15.mp4
- shows error info when install fails
- shows success when install is succesful
Install dependencies by:
pnpm install
Then run and debug extension like in official documentation
- add ability to install all missing dependencies at once