pester / Pester

Pester is the ubiquitous test and mock framework for PowerShell.
https://pester.dev/
Other
3.09k stars 470 forks source link

Improve VS code problem matcher #1452

Closed nohwnd closed 3 years ago

nohwnd commented 4 years ago

Skipping problem matching in the current implementation of VSCode integration. enable vscode marker and options.

fourpastmidnight commented 4 years ago

For the Gherkin side of things, I have improved how errors are reported so that problem matchers are easily created. This is part of #1276, which I've come back here to once again attempt to get merged. One of the comments on that PR show the problem matchers I'm using for the Gherkin side of things.

Perhaps similar code or problem matchers would work for the RSpec runner?