vscode-private-extension-manager icon indicating copy to clipboard operation
vscode-private-extension-manager copied to clipboard

Private extension manager for Visual Studio Code

Results 43 vscode-private-extension-manager issues
Sort by recently updated
recently updated
newest added

Hello, While trying to bundle several private extensions along as [extensionPack](https://code.visualstudio.com/api/references/extension-manifest#extension-packs) or extensionDependencies, I discovered that it's not possible to install private extensions through them. (Btw, while looking at the...

enhancement

Does this extension work with Jfrog artifactory where I created a npm registry? When I follow all the setup tests and add authentication details in ~/.npmrc I still get the...

documentation

Hi have confgured my jfrog repository endpoints in extensions.private.json file as specified in readme. it is not still able to fetch deployed packages and just keeps running (see attached screenhot)....

404 Not Found - GET https://xxxxxxx/-/v1/search?text=*&size=20&from=0&quality=0.65&popularity=0.98&maintenance=0.5 How can I change the endpoint in order to be able to use GET https://xxxxxxx/-/all

Bumps [terser](https://github.com/terser/terser) from 5.7.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [terser](https://github.com/terser/terser) from 5.7.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

**Summary** I published a npm package with a .vsix file but for some reason the private extension manager is unable to locate it. **Proof** ![image](https://user-images.githubusercontent.com/48392931/176956225-adc7f9d3-0662-4ed3-9037-b7a02c636a17.png) ![image](https://user-images.githubusercontent.com/48392931/176956510-bb52c4ca-bcf7-4c51-bd23-c637bb9397e3.png) here is my package.json...

Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1. Commits 496166d 3.1.1 6eb82c0 Bug fix: Thirdparty cookie leak See full diff in compare view Maintainer changes This version was pushed to npm by...

dependencies

Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1. Commits 496166d 3.1.1 6eb82c0 Bug fix: Thirdparty cookie leak See full diff in compare view Maintainer changes This version was pushed to npm by...

dependencies

In our company we have automatize the installation of several private extension, but due to the popin to ask to reload VSCode, the process is blocked. To avoid user interaction,...