PowerShellEditorServices icon indicating copy to clipboard operation
PowerShellEditorServices copied to clipboard

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

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

This covers the desire to go back through recently merged PRs (and my own Git stashes) to see what bugs we fixed that could be covered with a regression test...

Issue-Enhancement
Area-Test

![image](https://user-images.githubusercontent.com/15258962/153971265-c9c11421-321f-4512-b501-53b6f1a43ba5.png) Expected: The actual value

Issue-Bug
Area-Debugging

![image](https://user-images.githubusercontent.com/15258962/151584759-1f4b0eed-1695-4393-b0c7-30baecbf6b63.png) To be clear it's not in local/script/global either. I would expect it to be in local. This is probably an issue in how we fetch variables from the various...

Issue-Bug
Area-Debugging

Hm, well this is as far as I got with the test and I think I'm going to postpone getting a test for this so we can just get the...

Issue-Enhancement
Area-Test

This happens because we get a completion request for `[type]:` which gets no results and for some reason isn't marked as incomplete. Need to look into how to fix that.

Issue-Bug
Area-IntelliSense

This unit test is currently skipped, indicating a bug in product code: https://github.com/PowerShell/PowerShellEditorServices/blob/c4f424fcdd931cc0ef3d9a970d628f83f994e77b/test/PowerShellEditorServices.Test/Debugging/DebugServiceTests.cs#L964-L987 It turns out that what's happening is that when this is getting the children variables: https://github.com/PowerShell/PowerShellEditorServices/blob/aa1c253fd009cfcc2812dbf38ddca8a920f1f40c/src/PowerShellEditorServices/Services/DebugAdapter/Debugging/VariableDetails.cs#L263-L277 It...

Issue-Bug
Area-Debugging

There are significant performance impacts on projects with a large number of files in a workspace because of the way and frequency PSES searches through all of the files in...

Issue-Performance
Area-Engine

# PR Summary This change is paired with PowerShell/vscode-powershell#4065 Adds a client utilizing a custom notification to sync breakpoints between the client and the server at all times. All breakpoint...

It takes _way_ too many arguments to launch PSES correctly, which is blocking #1829. Once we simplify this, we could conceivably add a `-lsp` flag to PowerShell itself that would...

Issue-Enhancement
Area-Startup