PowerShell / PowerShellEditorServices

A common platform for PowerShell development support in any editor or application!
MIT License
622 stars 213 forks source link

Support module-qualified calls for Pester keywords #1998

Closed fflaten closed 1 year ago

fflaten commented 1 year ago

PR Summary

Support Pester features when using module-qualified commands.

PR Context

Fix PowerShell/vscode-powershell#928

fflaten commented 1 year ago

Had to test if this was even supported by Pester. 😄 Never seen anyone use qualified names before I found this old issue.

andyleejordan commented 1 year ago

Oops we totally broke it.