pcislo/vscode-nuget-gallery

Custom resource in local folder gives "Error"

Opened this issue · 7 comments

Hi, I'm trying to setup a custom repository in nuGet Gallery to use my own preview packages that I didn't push the the company server... but no matter how I configure the source it keeps showing "Error" when I select that resource...

Tried with
{"name": "internal-packages","url": "file://home/joan/.nuget-local/"}
and with
{"name": "internal-packages","url": "%UserProfile%/.nuget-local/"}
and with
{"name": "internal-packages","url": "/home/joan/.nuget-local/"}
but none of them work.

Is there a way to do this?

Hi, current version of the extension doesn't support sources from folders. The only solution is to run server with nuget api that will serve packages from that folder localy.

Is this something that you are expecting to support in the future? This is something that is really needed IMO.

I haven't excluded the possiblity that I will add this feature, but I can't say when.

I would also appreciate this feature.

Me too, yes it was from 2020 but idc

+1 Would be nice to see local packages in the gallery for offline devices.

So, three years later and its still not possible - any eta for it?