Commits
History for codeql-action/.vscode
Commits on May 13, 2021
-
This is just a helpful way to ensure you can run `tsc --watch` from inside vscode.
Andrew Eisenberg authored and GitHub committedMay 13, 2021 Copy the full SHA 38c131aView commit details
Commits on Jul 14, 2020
-
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 committedJul 14, 2020 Copy the full SHA 7a78ec0View commit details
Commits on Jun 17, 2020
-
Configure VSCode to ignore transpiled JavaScript
Sam Partington committedJun 17, 2020 Copy the full SHA 1aae76bView commit details
End of commit history for this file