microsoft / microsoft/vscode-azuretools
Improve wizardContext
Open
@ejizba is already working on this.
Since Apr 19, 2018.
engineering
- Dominant language
- TypeScript
- Stars
- 144
- Forks
- 82
- Avg merge
- 18h 7m
- Merged PRs (30d)
- 8
Description
Received this feedback:
Ideally these related entries would be inside an object e.g.:
resourceGroup: {
existing?: ResourceGroup;
newName?: string;
}
I don't think 'existing' is the right name since a new resource group also has to provide it's value, but I think it makes sense to group these values.
Also today there's a lot of guessing in terms of "When will this value be defined?". I would like to reduce the number of non-null assertions needed.
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.
Assessment
This issue has not been assessed yet.