You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
or these links works and it should use them, but when I run 'Load Package Versions' this not use setting file even it find it:
[Extension Host] AggregateError: All promises were rejected
console.ts:137 [Extension Host]% ['\n [NuGet Package Manager GUI => ERROR!!…:2024-05-29T13:31:29.1324171Z]\n']0: "\n [NuGet Package Manager GUI => ERROR!!!]\n [Request to url:https://api.nuget.org/v3-flatcontainer/telerik.ui.for.blazor/index.json]\n [timeout:9000]\n [proxy is active:false]\n [auth is active:false]\n [result:BlobNotFoundThe specified blob does not exist.\nRequestId:9f96018f-801e-0041-3dcc-b1e513000000\nTime:2024-05-29T13:31:29.1324171Z]\n"length: 1[[Prototype]]: Array(0)
console.ts:137 [Extension Host] [An error occurred in the loading package versions (package:Telerik.UI.for.Blazor)] details logged in VSCode developer tools
notificationsAlerts.ts:42 [An error occurred in the loading package versions (package:Telerik.UI.for.Blazor)] details logged in VSCode developer tools
Why it not load that settings.json file as it should because it saved to root of Workspace?
The text was updated successfully, but these errors were encountered:
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": "https://nuget.telerik.com/v3/package/{{packageName}}/{{version}}/{{packageName}}.{{version}}.nupkg",
"searchUrl": "https://nuget.telerik.com/v3/search",
"sourceType": "server"
}
]
}
or these links works and it should use them, but when I run 'Load Package Versions' this not use setting file even it find it:
[Extension Host] AggregateError: All promises were rejected
console.ts:137 [Extension Host]% ['\n [NuGet Package Manager GUI => ERROR!!…:2024-05-29T13:31:29.1324171Z]\n']0: "\n [NuGet Package Manager GUI => ERROR!!!]\n [Request to url:https://api.nuget.org/v3-flatcontainer/telerik.ui.for.blazor/index.json]\n [timeout:9000]\n [proxy is active:false]\n [auth is active:false]\n [result:
BlobNotFound
The specified blob does not exist.\nRequestId:9f96018f-801e-0041-3dcc-b1e513000000\nTime:2024-05-29T13:31:29.1324171Z]\n"length: 1[[Prototype]]: Array(0)console.ts:137 [Extension Host] [An error occurred in the loading package versions (package:Telerik.UI.for.Blazor)] details logged in VSCode developer tools
notificationsAlerts.ts:42 [An error occurred in the loading package versions (package:Telerik.UI.for.Blazor)] details logged in VSCode developer tools
Why it not load that settings.json file as it should because it saved to root of Workspace?
The text was updated successfully, but these errors were encountered: