We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a9b5d commit f932641Copy full SHA for f932641
src/extension.ts
@@ -266,11 +266,7 @@ export async function activate(extensionContext: extensionApi.ExtensionContext):
266
async (progress) => {
267
// Checking if registry account for https://registry.redhat.io is already configured
268
if (!isRedHatRegistryConfigured()) {
269
- // Logging into Red Hat Developer account using Red Hat SSO
270
progress.report({ increment: 30 });
271
- await new Promise(resolve => setTimeout(resolve,5000));
272
- // Configuring registry account for https://registry.redhat.io
273
- progress.report({ increment: 60 });
274
await createOrReuseRegistryServiceAccount();
275
}
276
0 commit comments