Andy Jordan
Andy Jordan
If their value is available (either because its been set in the session manually, or the script has been executed or is being debugged) we can return it on the...
### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [issues](https://github.com/PowerShell/PowerShellEditorServices/issues?q=is%3Aissue) to ensure it has not already been requested. ### Summary In the...
This odd behavior was first noticed in a test: https://github.com/PowerShell/PowerShellEditorServices/blob/bfe334df7e4bdd4b92c5c0319655e40444e185ff/test/PowerShellEditorServices.Test/Debugging/DebugServiceTests.cs#L140-L141 It turns out that the URIs and paths we're receiving "over the wire" (in the raw LSP requests themselves) are...
Noted in #1474, we can simplify these with the newish `record` keyword (which we have access to because of OmniSharp).
### 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 I've discovered...
Instead of using a `SortedDictionary` which introduced a bug because it required the keys (secret names) to be unique, we just sort the array directly using a comparer that sorts...
Because if it is, we'll need to restart the Extension Terminal (unless it was hidden at startup). Also add a test to ensure we can find VS Code's script (in...
Updates the readme, code of conduct and security policy per OSPO request.
Updates the readme, code of conduct and security policy per OSPO request.
Mostly investigating https://github.com/PowerShell/vscode-powershell/issues/4743.