Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 841 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 841 Bytes

extension-import-export README

Features

This extension creates commands "Export Extensions", "Import Extensions" and "Remove ALL Extensions" to be used with VS Code.

Export Extensions

Will ask for a file location to save currently installed extensions in JSON format.

Import Extensions

Will ask for exported JSON file containing extensions you wish to install.

Remove ALL Extensions

Will remove all previously installed extensions (excluding this one).

Release Notes

0.0.5 - Initial Release

0.0.6 - Distinguished themes from extensions

0.0.7 - Updated for latest VSCode (1.46)

0.0.8 - Fixed filepath issue

Credits