Michael B. Gale
77a9259761
Exclude transpiled code and dependencies from VSCode search
2025-09-25 14:22:38 +01:00
Henry Mercer
8a3bfe665b
Transpile separately in both build and test steps
...
This means we avoid doing a type checking pass twice
2025-08-22 12:31:57 +01:00
Henry Mercer
67d4718952
Compile sources to separate directory for tests
2025-08-21 13:47:15 +01:00
Nick Rolfe
88d03c647b
VSCode settings: set default formatter for TS
...
Tell VSCode to format code with Prettier, since that's the same tool we
use to check the format with `npm run lint`.
2023-10-27 17:21:58 +01:00
Henry Mercer
c55207f0a2
Use vendored TypeScript version for VS Code
2023-08-07 15:08:32 +01:00
Henry Mercer
131cb1abb1
Suppress VS Code git limit warnings during package install
2023-08-07 11:46:47 +01:00
Andrew Eisenberg
38c131a270
Add a tasks.json
...
This is just a helpful way to ensure you can run `tsc --watch` from
inside vscode.
2021-05-13 16:40:19 +00:00
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
Sam Partington
1aae76b906
Configure VSCode to ignore transpiled JavaScript
2020-06-17 14:57:29 +01:00