You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Powershell has something called Set-StrictMode that does things like fail of a variable is uninitialized, or if an out-of-bounds access is attempted. It would be nice to turn this on when the windows-powershell setting is used. We could prepend Set-StrictMode -Version 3 before every command.
The text was updated successfully, but these errors were encountered:
Powershell has something called Set-StrictMode that does things like fail of a variable is uninitialized, or if an out-of-bounds access is attempted. It would be nice to turn this on when the
windows-powershell
setting is used. We could prependSet-StrictMode -Version 3
before every command.The text was updated successfully, but these errors were encountered: