Skip to content

Updates the examples\.vscode\tasks.json file for Pester 3.4.0 #105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

rkeithhill
Copy link
Contributor

This version of Pester supports a different output format that works better with
VSCode's problemMatcher feature in its task runner.

This version of Pester supports a different output format that works better with
VSCode's problemMatcher feature in its task runner.
"pattern": [
{
"regexp": "^\\s*\\[-\\](.*?)(\\d+)ms\\s*$",
"regexp": "^\\s*(\\[-\\]\\s*.*?)(\\d+)ms\\s*$",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, that's much simpler

@daviwil
Copy link
Contributor

daviwil commented Mar 1, 2016

Looks good!

rkeithhill added a commit that referenced this pull request Mar 1, 2016
…ester340

Updates the examples\.vscode\tasks.json file for Pester 3.4.0
@rkeithhill rkeithhill merged commit 7cd3f99 into PowerShell:master Mar 1, 2016
@rkeithhill rkeithhill deleted the rkeithhill/update-tasks-for-pester340 branch March 1, 2016 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants