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
Fix detection of valid PS ext for debugging. (#642)
* Fix detection of valid PS ext for debugging.
Was previously only allowing lower case ps1 and psm1. I'm assuming that on *nix file systems, that PowerShell allows all variations of ps1,PS1,pS1,Ps1 as valid script extensions.
Fix#641
* Fix issue with debugging unsaved file.
* Use same term used in the command palette.
* Shorten error message based on juneb feedback.
0 commit comments