microsoft / microsoft/vscode-azuretools
DialogResponses need unique IDs
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 144
- Forks
- 82
- Avg merge
- 18h 7m
- Merged PRs (30d)
- 8
Description
Rather than comparing messageItems which can resolve as not equal if the versions are different, we should probably add codes that will never be altered by localization or versioning.
In reference to this issue: https://github.com/Microsoft/vscode-azureappservice/issues/480
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 DialogResponses implementation and reviewing the linked vscode-azureappservice issue #480. Trace how messageItems are currently compared across localization or versioning boundaries. Done means dialog responses can be compared using stable codes that are not altered by localization or versioning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100