joelspadin-garmin / vscode-private-extension-manager

Private extension manager for Visual Studio Code
103 stars 22 forks source link

Support private extension packs and private extension dependencies #75

Open lachaib opened 2 years ago

lachaib commented 2 years ago

Fixes #30

I had to shake some rust off my VS Code extension development, but it seems to be doing the job, I'd be glad to get someone to test it

colas31 commented 2 years ago

Hello @lachaib ;) Hope you are good.

I can run some tests if needed. Tell me what I should do to test this PR properly.

lachaib commented 2 years ago

Hi @colas31 , To test this, you may pull the branch, build the extension and install extension from the built vsix.

That's what I'd do if I was still in my previous company and had a private extension registry. Thanks for your help

kumar121193 commented 1 year ago

@lachaib @colas31 Any update on this?

lachaib commented 1 year ago

Not on my side, I'm still waiting feedback from someone eager to test, if you want to test it yourself I explained the procedure.

colas31 commented 1 year ago

Unfortunately I didn't get time to test. And I just changed my position job. It will be more difficult for me to perform the test.

kuenzign commented 1 year ago

Has there been any update on this? Having private extension packs would be very beneficial.