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
// The why of `suppressCreate` in a nutshell: https://github.com/microsoft/vscode-azurecontainerapps/issues/78#issuecomment-1090686282
awaitcontext.ui.showWarningMessage(localize('noRepos','Unable to find any repositories associated to namespace "{0}"',context.dockerHubNamespace),{modal: true});
20
+
return[noMatchingResourcesQp];
23
21
}
24
22
25
23
// Try to suggest a repository only when the user is deploying to a Container App
@@ -43,12 +41,12 @@ export class DockerHubContainerRepositoryListStep extends RegistryRepositoriesLi
43
41
}
44
42
45
43
// Preferring 'suppressPersistence: true' over 'priority: highest' to avoid the possibility of a double parenthesis appearing in the description
0 commit comments