vscode-install-dependency-code-action
November 22, 2024 ยท View on GitHub
Features
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:
https://github.com/user-attachments/assets/73b502f8-a462-483a-b783-d2eed3a10690
- shows error info when install fails
- shows success when install is succesful
Development
Install dependencies by:
pnpm install
Then run and debug extension like in official documentation
TODO
- add ability to install all missing dependencies at once
