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 change fixes a couple of issues with the new Pester CodeLens
feature. One is that the "Describe" function is not recognized when it
is not cased exactly like that and the other is that the language server
has an internal error that causes it to hang when typing Describe blocks
into a script.
ResolvesPowerShell/vscode-powershell#850ResolvesPowerShell/vscode-powershell#851ResolvesPowerShell/vscode-powershell#852
System Details
$PSVersionTable
:Issue Description
I am experiencing a problem with debugging Pester tests using the "Debug tests" link above a Describe block. It is auto-filling in the wrong TestName:
If I put the Describe name in quotes, I get a different error:
Attached Logs
Follow the instructions in the README
about capturing and sending logs.
I will send them to David directly.
The text was updated successfully, but these errors were encountered: