PowerShell / PowerShell/vscode-powershell

Wire up the progress stream to the withProgress API

Open
#2,600 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Area-Engine Issue-Enhancement Up for Grabs
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
image

Previously discussed in https://github.com/PowerShell/vscode-powershell/issues/140

Contributor guide

Open the contributing guide

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.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.