A vscode extention to install dependencies just one click.
No need to pnpm/npm/yarn add xx for each times.
If you don't set this config, found by this order automatically.
{
"click-install.pkgManager": {
"type": "string",
"enum": [
"pnpm",
"yarn",
"npm"
],
"description": "Preferred package manager for click-instal."
}
}MIT License © 2025 [Nick Wu]
