PowerShell / PowerShell/vscode-powershell
Option to Show Running State in Toast Notification or Statusbar
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
As a user running powershell code, I want a visual indicator that the code is running. For me to easily see, I'd like it to run as a toast notification that will make it very obvious that code is running.
Proposed technical implementation details (optional)
Running powershell code will popup toast notification when running script.
Options:
- progress: Autodismiss after completion after designated number of secs
- Build in way that could provide enhanced progress outputting such as a progress bar. (I've seen gist snippet on doing this manually).
- If error, provide the basic error message and don't autodismiss.
- Option to disable and just use status bar "running" icon that currently exists if don't want to opt in to this.
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 existing status bar running icon and the PowerShell execution flow in the VS Code extension. Define how toast or status bar feedback should represent running, completion, progress, and errors, including the opt-out behavior. Done means the selected notification mode works consistently for script execution and error messages remain visible.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell, typescript, vscode
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 32/100