UNPKG

vscode-install-vsix

Version:

Install .vsix extensions right from the explorer, with a right click.

13 lines (6 loc) 132 B
/* IMPORT */ import Utils from './utils'; /* ACTIVATE */ const activate = Utils.initCommands; /* EXPORT */ export {activate};