microsoft / microsoft/vscode-azuretools

Improve wizardContext

Open
#159 0 comments 0 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.