vscode-npm-gui
vscode-npm-gui copied to clipboard
vscode nuget package manager gui https://marketplace.visualstudio.com/items?itemName=aliasadidev.nugetpackagemanagergui
Is it possible to support [Centrally managing](https://github.com/NuGet/Home/wiki/Centrally-managing-NuGet-package-versions) in the future?
Hi, Just coming back to using this extension after some time, but the GUI hangs on load and I get the following error within a few moments of loading it:...
Add in settings.json a new parameter (es **local.packageSources**) where specify local packages' folder Here and example of implementation: ``` "nugetpackagemanagergui.nuget.local.packageSources": [ "/mnt/local/nuget/packages" ], ```
Moving the status bar notifications to the extension environment
Is it possible to implement a context menù in Resource Explorer (for example on Solution, Project files) for calling the GUI? It would be very usefull insetad using console command....
This is the first time I used Nuget Package Manager GUI. I did it in order check what is going to be the result about a deprecated package we use....
Event when the configuration support add different sources, if the packages are on different feeds throw exception because is not found on the first feed that is read on the...
Is it possible to specify the protocol version es. v2 instead of v3 (default). My request is based of needs to use DevExtreme repository which use v2 protocol (output returned...