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
Ignore dot-source commands when finding for Pester document symbols
This change fixes an issue in the PesterDocumentSymbolProvider where
CommandAsts for dot-sourced scripts were being evaluated by the symbol
provider and causing a crash when GetCommandName() returned null. This
change causes dot-sourced commands to now be skipped and also skips any
CommandAst which returns null for GetCommandName().
ResolvesPowerShell/vscode-powershell#859
0 commit comments