Skip to content

Add back "PowerShell" text indicator when running a "Editor Command" #3954

Closed
@ghost

Description

Prerequisites

  • I have written a descriptive issue title.
  • I have searched all issues to ensure it has not already been reported.

Summary

In previous versions of the PowerShell extension, when I ran an Editor Command associated with PS1 file, it would show the text "PowerShell" in the bottom left corner. When the command finished running, the PowerShell text would go away. This was a nice indicator letting me when the command had finished, and I knew I could go look for the results. In my case, my command (by use of Microsoft.VSCode_profile.ps1 with the script block registered as an Editor Command) signs the script, compiles the PS1 into an EXE format (for both .NET 4.8 and .NET 6.x formats), and then signs the executables. This whole process takes a bit of time...long enough that the "PowerShell" text indicator "going away" really helped let me know when it was done. With the current version, I have to wait "until I think it should be done" to check it.

image

As of version v2022.5.0, this feature no longer exists.

Proposed Design

Please add the "PowerShell" text (or some other indicator) to the bottom (or other obvious location) of VSCode when an Editor Command is running and then hide it when the command finishes. For an example of this, check out any previous version of the extension prior to v2022.5.0. Hopefully this is an easy add, since it already worked in previous versions.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions