vscode-powershell
vscode-powershell copied to clipboard
Use `vscode.workspace.fs` and clean-up
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).
I bit off a bit more than I intended to with this one @SeeminglyScience.