vscode-npm-gui icon indicating copy to clipboard operation
vscode-npm-gui copied to clipboard

vscode nuget package manager gui https://marketplace.visualstudio.com/items?itemName=aliasadidev.nugetpackagemanagergui

Results 27 vscode-npm-gui issues
Sort by recently updated
recently updated
newest added

Open with GUI at [abp](abp.io) and it is not working well with this err : `More than one find. MyProject.DbMigrator.csproj | /path/MyProject.DbMigrator.csproj`

hi, thank you very much for providing such kind of extension for free. I just wanted to suggest a feature that is providing package compatibility detection specific to dotnet version...

enhancement

I have this kind of settings.json in workspace: { "nugetpackagemanagergui.requestTimeout": 9000, "nugetpackagemanagergui.packageSources": [ { "sourceName": "telerik.com", "preRelease": true, "authorization": { "authType": "basicAuth", "username": "[my-username]", "password": "[my-password]" }, "packageVersionsUrl": "https://nuget.telerik.com/v3/registration/{{packageName}}/index.json", "packageUrl":...

Summary: This pull request introduces a new feature to the NuGet Package Manager GUI that allows users to copy a NuGet package installation command for script directly to the clipboard....

Darktheme UI does not look good. Please check.

I get an error when Load Package Versions: ``` " [NuGet Package Manager GUI => ERROR!!!] [Request to url:https://api.nuget.org/v3-flatcontainer/runtime.win-x64.microsoft.private.corefx.netcoreapp/index.json] [timeout:9000] [proxy is active:false] [auth is active:false] [result:BlobNotFoundThe specified blob does...

An example would be this one: https://www.nuget.org/packages/QuestPDF/2202.8.2 It was released incorrectly as 2202.8.2, so the author unlisted it and re-released as 2022.8.2, however now it always wants to update to...