Before using this tool, you need to install vsext
globally:
npm i -g vsext
To download all installed plugins for VSCode on the current system, use the following command:
vsext d
This will download compressed packages of all installed plugins to the current directory.
To install previously downloaded offline plugins, use the following command:
vsext i
This will install the downloaded plugin files.
This project is licensed under the MIT License.
Special thanks to all contributors and resources that have contributed to this project.