redhat-developer / redhat-developer/vscode-wizard
Return errors from performFinish to be displayed in the UI
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 10
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
I'm using this package to implement a UI to create a keystore via keytool. If the creation command fails I'd like to return the error output to the UI (currently I display an error message in VS Code and show it in output).
I'm not sure if this is currently achievable using the PerformFinishResponse object maybe via the templates or returnObject properties?
Contributor guide
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 reading the performFinish entry point and the PerformFinishResponse object, especially how templates and returnObject are handled. Reproduce a failed keytool creation and trace whether its error output reaches the UI; done means the failure text is available for display in the VS Code UI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100