From 00b950069388a043839dca1d71ba37b3d5e49416 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Thu, 30 Dec 2021 17:00:24 -0500 Subject: [PATCH] docs: mention VS Code debugging tasks in CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 42ef14b19c5e..c147ef537fcb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -53,6 +53,7 @@ We have a sophisticated CI process setup which gets run on every PR. You must pa - You can run `yarn typecheck` in any package or in the root. - Ensure your changes are adequately tested. - You can run `yarn test` in any package. + - [VS Code launch tasks](https://code.visualstudio.com/docs/editor/tasks) tasks are provided that allow [visual debugging](https://code.visualstudio.com/docs/editor/debugging) tests - We aim for around `90%` branch coverage for every PR. - Coverage reports should automatically be generated locally, and the `codecov` bot should also comment on your PR with the percentage, as well as links to the line-by-line coverage of each file touched by your PR. - Ensure you have no lint errors.