microsoft / microsoft/vscode-azureresourcegroups
`findTreeItem` should resolve AppResources so provider extension doesn't have to call it
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 78
- Forks
- 55
- Avg merge
- 16h 49m
- Merged PRs (30d)
- 139
Description
This should be in the RG extension; clients shouldn't be calling resolve. I think we need findTreeItem to resolve any resource nodes it hits along its search.
Originally posted by @bwateratmsft in https://github.com/microsoft/vscode-azurestorage/pull/1060#discussion_r878145619
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 by locating the findTreeItem entry point and the resource-node resolution path in this extension. Trace how AppResources are handled and verify that findTreeItem resolves resource nodes during its search, so callers no longer need to call resolve themselves.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, typescript
- Domain
- cloud, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100