Andy Jordan
Andy Jordan
In #1547 we're fixing the production code to strictly use `CreateDefault2()` as it was always intended to use. There was somewhat defunct code to run the tests with `CreateDefault()` instead....
Noted in #1474, a bunch of our factories used to abstract our logging setup during initialization are `IDisposable` and so have to call each other's `Dispose()` methods, all due to...
This was some yak-shaving. I added `supportsProperArguments` to `PossiblePowerShellExe` so we can special-case the `dotnet` installer and drop the startup banner (since it doesn't support proper argument parsing).
@S-Hakim you can use this!
A start to resolving https://github.com/PowerShell/vscode-powershell/issues/2153
Replaces #2932.
Just leaving this around so we can take it when VS Code supports ES Modules (https://github.com/microsoft/vscode/issues/130367)
Opening this draft PR to keep track of the work. I had started to resolve #2882, but the recommended migration method results in 3,150 problems, and it moves us to...
### 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 - [x]...