Skip to content

Commits

Commits on May 13, 2021

  1. Add a tasks.json

    This is just a helpful way to ensure you can run `tsc --watch` from
    inside vscode.
    Andrew Eisenberg authored and GitHub committed May 13, 2021
    Copy the full SHA
    38c131a View commit details

Commits on Jul 14, 2020

  1. Add support for debugging from VSCode

    https://github.com/avajs/ava/blob/master/docs/recipes/debugging-with-vscode.md recommends passing the `debug` option to Ava.  However, in my experience Ava waits indefinitely when this option is used, without actually running any tests.
    
    The increased timeout setting is so that tests won't fail prematurely because you're slowly stepping through code.
    Sam Partington committed Jul 14, 2020
    Copy the full SHA
    7a78ec0 View commit details

Commits on Jun 17, 2020

  1. Configure VSCode to ignore transpiled JavaScript

    Sam Partington committed Jun 17, 2020
    Copy the full SHA
    1aae76b View commit details
End of commit history for this file