microsoft / microsoft/vscode-azurecontainerapps
Update pick logic so that we can keep `Edit Container...` always on the `ContainersItem` for consistency
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 42
- Forks
- 21
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 2
Description
In a nutshell:
I think that it might be better to always show the command on the ContainersItem. Can we do that and when there are multiple containers just ask the user to pick one? You already have the pick container logic above, you might be able to reuse that.
I believe that users don't like when commands are missing, we want to be consistent so they can do things in the same way each time
See for additional context: https://github.com/microsoft/vscode-azurecontainerapps/pull/769#discussion_r1858989188
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the existing pick-container logic referenced in the issue and review the linked pull request discussion for context. Make Edit Container... consistently available on ContainersItem, prompting the user to pick a container when multiple containers exist; done when this behavior is covered by the relevant existing checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, typescript
- Domain
- cloud, devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100