Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use StrictMode with PowerShell #1071

Open
casey opened this issue Jan 15, 2022 · 0 comments
Open

Use StrictMode with PowerShell #1071

casey opened this issue Jan 15, 2022 · 0 comments

Comments

@casey
Copy link
Owner

casey commented Jan 15, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant