PowerShellEditorServices icon indicating copy to clipboard operation
PowerShellEditorServices copied to clipboard

A common platform for PowerShell development support in any editor or application!

Results 171 PowerShellEditorServices issues
Sort by recently updated
recently updated
newest added

Version : 2021.2.2 This all started when I noticed that the command explorer was blank - never seeming to load the list of available commands. In the console there was...

Issue-Bug
Up for Grabs
Area-Symbols and References

See https://docs.microsoft.com/en-us/dotnet/api/system.appdomain.processexit

Right now there are a bunch of tasks we fire off in PSES that are never awaited, meaning any errors thrown by those tasks are never handled or even logged....

Issue-Enhancement
Area-Logging

### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [_open and closed_ issues](https://github.com/PowerShell/PowerShellEditorServices/issues?q=is%3Aissue) to ensure it has not already been reported. -...

Issue-Bug
Needs: Triage

### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [_open and closed_ issues](https://github.com/PowerShell/PowerShellEditorServices/issues?q=is%3Aissue) to ensure it has not already been reported. -...

Issue-Enhancement
Up for Grabs
Area-Script Analysis

### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [_open and closed_ issues](https://github.com/PowerShell/PowerShellEditorServices/issues?q=is%3Aissue) to ensure it has not already been reported. -...

Issue-Bug
Needs: Triage

# PR Summary If the user modifies, adds, or removes a variable (e.g., with SetVariable or Evaluate request) and then sends Variables request (which calls GetVariables), they get unmodified variables...

# PR Summary Updates the semantic token mapping so attributes now get the "Decorator" token type and loop labels get the "Label" type. They seem to best match the mappings...

### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [_open and closed_ issues](https://github.com/PowerShell/PowerShellEditorServices/issues?q=is%3Aissue) to ensure it has not already been reported. -...

Issue-Bug
Needs: Triage

Mostly investigating https://github.com/PowerShell/vscode-powershell/issues/4743.