vscode-powershell icon indicating copy to clipboard operation
vscode-powershell copied to clipboard

Feature Request: Add support for configuring SkipRemainingOnFailure in the settings.

Open Mr-Wouter opened this issue 7 months ago • 2 comments

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

Mr-Wouter avatar Jul 17 '25 07:07 Mr-Wouter

consider using this https://github.com/pester/vscode-adapter/tree/main

SydneyhSmith avatar Aug 26 '25 18:08 SydneyhSmith

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.

Mr-Wouter avatar Aug 27 '25 09:08 Mr-Wouter