VSCode Auto Update Dependencies is a VSCode extension designed to automatically update your project dependencies. Simply modify the versions of dependencies in your project's package.json
file, and VSCode will automatically recognize and update your node_modules
.
- Intelligent Recognition: The extension can intelligently recognize changes in dependency versions in the
package.json
file and automatically update them. - Incremental Updates: Only the dependencies whose versions have been modified will be updated. This avoids a full-scale dependency installation, saving time and resources.
- Install the extension: Search for "VSCode Auto Update Dependencies" in the VSCode extension marketplace and click install.
- Modify dependencies: In your project's
package.json
file, modify the versions of the dependencies you want to update. - Automatic update: After saving the
package.json
file, VSCode will automatically recognize and start updating yournode_modules
.
- Ensure that there is a
package.json
file in your project directory and that the file is correctly formatted. - After modifying the dependency versions, make sure to save the
package.json
file to trigger the automatic update.
If you encounter any problems during use, or have any suggestions, feel free to submit them via GitHub Issues.
This project is licensed under the MIT License.