vscode module to start siddharthkp/auto-install
which installs and erases dependencies as you write your code
run the 'Start Auto Install' command or set the autoInstall.startOnLaunch to true in the configuration
easily use auto-install
in vscode
Starts by default when it detects package.json in the root if autoInstall.startOnLaunch is true.
By default installs only packages that have >10k monthly downloads.
Checkout siddharthkp/auto-install
for the details.
Only requires auto-install
This extension contributes the following settings:
autoInstall.secure
: if true, only install packages with >10k monthly downloads. seeauto-install
secure flagautoInstall.startOnLaunch
: starts auto install if workspace has package.json in the root if true
So far nothing, just fill out a new issue
Display parsing errors
Initial release