Description
Prerequisites
- I have written a descriptive issue title.
- I have searched all issues to ensure it has not already been reported.
Summary
Dear VSCode PowerShell hero's,
I'd like VSCode to have the same Pester Support for PSKoans as it does for Pester files. As this makes it very easy for new PowerShell users to reflect on their progress within a Koan, by clicking "Run Tests". At this time, I manually rename the Koans to SomeKoan.Koans.Tests.ps1
to get the Pester VScode Support, but this breaks the PSKoans module. I hope there is a way to support Pester language features with filenames ending with"Koans.ps1"
Proposed Design
No response