codeql-action/.vscode
Sam Partington 7a78ec0a54 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.
2020-07-14 09:49:21 +01:00
..
launch.json Add support for debugging from VSCode 2020-07-14 09:49:21 +01:00
settings.json Configure VSCode to ignore transpiled JavaScript 2020-06-17 14:57:29 +01:00