Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It takes 10 seconds to open the "Select container app environment" option when editing target port through command palette #712

Open
Amar-QA opened this issue Jul 2, 2024 · 1 comment

Comments

@Amar-QA
Copy link

Amar-QA commented Jul 2, 2024

OS: All
Build Version: 20240629.1
Regression: Not a Regression

Repro Steps:

  1. Create more than 10 container app environments.
  2. Open the command palette -> Select "Azure Container Apps: Edit Target Port...".
  3. Check whether "Select a container app environment" option is opened within 3 seconds.

Expected:
The "Select a container app environment" option is opened within 3 seconds.
image

Actual:
It takes 10 seconds to open the "Select container app environment"
option.

More info:
This issue only reproduces through the command palette if there are too many container app environments.

@MicroFish91
Copy link
Contributor

We should investigate if we can use a Promise.all here to improve performance... or migrate to using a list if it doesn't mess with the tree item displaying behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants