pcislo / vscode-nuget-gallery

MIT License
61 stars 19 forks source link

Telerik UI Nuget Source 401 unauthorised #131

Open ColdstarJoey opened 1 month ago

ColdstarJoey commented 1 month ago

When I add the source {"name": "Telerik UI","url": "https://nuget.telerik.com/v3/index.json"} and I have the latest version of CredentialProivder located at {user-profile}/nuget/plugins/netcore/CredentialProvider.Microsoft

it comes back with in the terminal

The terminal process failed to launch: Path to shell executable "dotnet "/Users/mainuser/nuget/plugins/netcore/CredentialProvider.Microsoft/CredentialProvider.Microsoft.dll"" does not exist.

and in the output it returns Error: there is no registered task type 'nuget'. Did you miss installing an extension that provides a corresponding task provider?

the dll is in the folder but this source also needs a username and password, any ideas?

this works in VS 2022 Mac perfectly, just need it to in VS code

pcislo commented 1 month ago

Could you try to run this command in a console and see if the executable is found? dotnet "/Users/mainuser/nuget/plugins/netcore/CredentialProvider.Microsoft/CredentialProvider.Microsoft.dll"

What version of the extension are you using?