PowerShell / PowerShell/vscode-powershell
Wire up the progress stream to the withProgress API
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.9k
- Forks
- 547
- PR merge metrics
- No merged PRs in 30d
Description
Summary of the new feature
When a script is running, if it emits Progress stream output, that output should be tied to the withProgress API to show a toast of the scripts progress.
Low priority now that psreadline progress works fairly normally, this would be a "good first issue" or "nice to have" level item.
Proposed technical implementation details (optional)
https://github.com/microsoft/vscode-extension-samples/tree/master/progress-sample

Previously discussed in https://github.com/PowerShell/vscode-powershell/issues/140
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 reviewing the VS Code progress-sample and the withProgress API, then trace how script Progress stream output is handled in this extension. Check the prior discussion in issue #140 for context; done means Progress output during a running script appears as a script-progress toast.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell, typescript, vscode
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100