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
This happens on VSCode 1.17.2 on Windows 10 FCU with Windows PowerShell 5.1.
Open a new VSCode session with no workspace open - configure the extension to start the VS debugger.
Create a new file.
Set the file's type to PowerShell.
The debugger will break at this point with the specified exception:
The text was updated successfully, but these errors were encountered:
Fix bug where the user can select the bottom most stack frame during interactive session debugging and that generates an error in VSCode when it can't find <No File>.
FixPowerShell#555 ParameterBindingValidationException when invoking PSSA on an empty PS1 file.
Fix bug where the user can select the bottom most stack frame during interactive session debugging and that generates an error in VSCode when it can't find <No File>.
Fix#555 ParameterBindingValidationException when invoking PSSA on an empty PS1 file.
TylerLeonhardt
pushed a commit
to TylerLeonhardt/PowerShellEditorServices
that referenced
this issue
Feb 26, 2019
This happens on VSCode 1.17.2 on Windows 10 FCU with Windows PowerShell 5.1.
Open a new VSCode session with no workspace open - configure the extension to start the VS debugger.
Create a new file.
Set the file's type to PowerShell.
The debugger will break at this point with the specified exception:
The text was updated successfully, but these errors were encountered: