Allow Powershell Core instead of powershell #98
chillmanAU
started this conversation in
Ideas
Replies: 3 comments
|
Thanks for the suggestion! 🙌 Thanks again for the idea! |
0 replies
|
Hi @chillmanAU, To keep you informed, I've just added experimental support for For now, the only limitation is that only output styling (colors) is handled, but broader compatibility is coming soon. Really appreciate the feedback, keep it coming! 🚀 |
0 replies
|
That's awesome. Thank you Anthony!
…On Sun Nov 23, 2025, 11:29 AM GMT, alagrede ***@***.***> wrote:
Hi @chillmanAU <https://github.com/chillmanAU>,
To keep you informed, I've just added experimental support for pwsh code blocks under Windows.
For now, the only limitation is that only output styling (colors) is handled, but broader compatibility is coming soon.
Really appreciate the feedback, keep it coming! 🚀
—
Reply to this email directly, view it on GitHub <#98 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABBN7OG6RED7MEH2UXHVPUL36GLC5AVCNFSM6AAAAACMJQ2TGOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKMBVGIYTGMA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Using ```powershell blocks calls legacy powershell e.g. C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
It would be great to have a ````pwsh blocks that call PowerShell Core e.g. C:\Program Files\PowerShell\7\pwsh.exe
All reactions