Ethan Edwards

Results 29 comments of Ethan Edwards

I'm running into the same issue with vscode and simple linting.

What happened to this issue? The linked issue about needing env var support is still valid, yet was closed in favor of this. Edit: Ahh, just looked at the source....

I'm seeing this behavior as well -- on a private repo that I cannot share the full details, but I found what I believe may be related to the issue....

`Get-Module PSReadLine` does not work from inside the integrated terminal. If from inside the terminal I then run `pwsh-preview` (so it's running an interactive session with `pwsh-preview` directly), then `Get-Module...

Also, manually importing `PSReadLine` inside the integrated terminal session (`Import-Module PSReadLine`) does allow `Get-Module PSReadLine` to return, however it does not cause keyboard shortcuts to work.

Not exactly sure how to tell VSCode which psversion to use, but after installing ps6.2, it did switch to it. I was able to repro on 6.2 as well. ```...

Ideally this would be configurable, and not a default behavior. If I remember correctly (from previous discussion with Vito), SIGTERM has the advantage of letting you kill the parent worker...

I'm currently seeing skipped PRs as well, and suspect maybe it's related to this. It's a little unclear on the primary documentation whether or not all open PRs are supposed...