vscode-powershell
vscode-powershell copied to clipboard
Feature Request: Add support for configuring SkipRemainingOnFailure in the settings.
Prerequisites
- [x] I have written a descriptive issue title.
- [x] I have searched all issues to ensure it has not already been reported.
Summary
I would like to run tests using the extension UI, but my tests required the configuration SkipRemainingOnFailure to be set to 'Run'. I can't find a way to set this. The only work around I see is not using the extension to launch the tests.
Proposed Design
No response
consider using this https://github.com/pester/vscode-adapter/tree/main
consider using this https://github.com/pester/vscode-adapter/tree/main
I am using this extension, my issue is with this extension, I cannot set Pester config setting SkipRemainingOnFailure while using it.