pcislo / vscode-nuget-gallery

MIT License
64 stars 19 forks source link

Path to shell executable does not exist #124

Closed JoshHariz closed 3 months ago

JoshHariz commented 3 months ago

I am trying to configure the credential provider for a private repository. I have downloaded the credential provider and can confirm that it exists. When I copy the path into file explorer it works fine.

For some reason your task seems to be concatenating my workspace folder and the credentialProvider path. I kept the default credential path and received the following errors.

Credential Provider folder setting: {user-profile}/.nuget/plugins/netcore/CredentialProvider.Microsoft

Errors:

Executing task: C:\Users\JoshH\source\repos\hip-core-container-registry\"C:\Users\JoshH.nuget\plugins\netcore\CredentialProvider.Microsoft\CredentialProvider.Microsoft.exe" -C False -R -U privateUrl

pcislo commented 3 months ago

I will check it and will be back with the answer.

pcislo commented 3 months ago

@JoshHariz please check the 1.1.1 version and let me know if the problem still exists.

JoshHariz commented 3 months ago

@pcislo Thank you very much, the new update has resolved the issue!