microsoft / microsoft/vscode-azureresourcegroups
An error notification pops up after typing a tag "$schema": ""
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 78
- Forks
- 55
- Avg merge
- 16h 49m
- Merged PRs (30d)
- 139
Description
OS: All
Build Version: 20231121.1
Regression: Not a regression
Repro Steps:
- Create a resource group -> Right click it -> Edit Tags... -> Type double quotes -> Select "$schema" -> Type double quotes.
- Check whether no error notification pops up.
Expect:
No error notification pops up.
Actual:
An error notification pops up.
More Info:
You can type several letters in the double quotes if no error notification pops up after typing double quotes.
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 Edit Tags flow for an Azure resource group and reproduce the notification by entering "$schema": "". Trace the validation or notification path responsible for this input; done means the tag can be entered without an error notification, while other tag validation remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cloud, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100