Private Extension Manager is a Visual Studio Code extension that lets you find, install, and update extensions from any NPM registry. This lets you distribute organization-specific extensions using a private registry server such as Sonatype Nexus or Verdaccio.
The extension
folder contains the main extension.
See its README for more details.
The remote-helper
folder contains a helper extension that lets the main
extension work properly when in a remote workspace.
Contributions are welcome! Fork this repository, then see below for instructions on building and testing the extension. Submit a pull request with the change and we will review it.
See the VS Code extension documentation for general information on developing extensions.
private-extension-manager.code-workspace
workspace in VS Code.Ctrl+Shift+P
and run the Extensions: Show Recommended Extensions
command, then install the extensions under the Workspace Recommendations
section.Ctrl+Shift+P
and run the Terminal: Create New Integrated Terminal
command. Select the extension
folder.npm install
remote-helper
folder.Open the Debug panel (Ctrl+Shift+D
) and select the debug configuration to run:
Press F5
or click the green triangle button to start debugging.
To debug Private Extension Manager when using a remote extension such as Remote - SSH, open a VS Code window to the remote machine, then perform the setup as described above. When you start debugging the extension, this will open another remote window with the debug extension loaded.