Sydney Smith
Sydney Smith
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...
@andschwa recently got PSES v3 working with non-VSCode clients https://github.com/PowerShell/PowerShellEditorServices/pull/1820 We should better document how to integrate with PSES
We have a bunch of issues around logging to fix: * When we look for logs, what we're expecting is never there * The way we use the logger itself...
Multi-hop remoting is a common scenario for the extension (and for PowerShell generally) and we need to make sure that it works as expected. The steps are: - From the...
Enter-PSHostProcess debugging is both an essential form of debugging, but also essential for PowerShell Azure Functions Host support. Because of PowerShell's quirks, we have to do special things to support...
### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. ### Summary - [...
## Edit by @JustinGrote A summary issue for existing semantic highlighting issues
Note: this is meant to be a living artifact for discussing, and tracking the 2.0 milestone # PSSA 2.0 Roadmap PSScriptAnalyzer 2.0 is a major architecture of the PSScriptAnalyzer (PSSA)...
### Summary of the new feature / enhancement If no package is uninstalled during a run of `Uninstall-PSResource` the cmdlet should emit a warning so that the user knows no...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/PowerShellGet) - [X] Search the existing issues. ###...