The plugin's default shell on Windows will be changed to PowerShell 5 #91
Taitava
announced in
Announcements
Replies: 1 comment
-
Just an update to this: I haven't yet changed the default shell for Windows, it's still CMD. I still need to think about this, there are some non-ASCII character encoding problems with the PowerShell support. |
Beta Was this translation helpful? Give feedback.
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.
-
This announcement only concerns Windows users, not Linux or Mac.
I have a plan to change the default Windows shell that SC uses from CMD to PowerShell, because it will (I hope) allow variable value escaping. I just need to pick either PowerShell 5 or PowerShell Core (a user can change that setting, I'm only talking about the default).
>
/>>
, the output will be UTF-16 instead of UTF-8. Other output is UTF-8.0.7.0
).So I guess PowerShell 5 will be the default, because I cannot rely that all Windows users of SC will have PowerShell Core installed, and I don't want to increase the getting started curve of SC by saying to all Windows users: "Hey, after installing this plugin, you should also install PowerShell Core".
0.7.0
.Beta Was this translation helpful? Give feedback.
All reactions