Skip to content

Commit 6acb4d6

Browse files
author
Josh Goldberg
authored
docs: mention VS Code debugging tasks in CONTRIBUTING.md (#4374)
1 parent f936349 commit 6acb4d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ We have a sophisticated CI process setup which gets run on every PR. You must pa
5353
- You can run `yarn typecheck` in any package or in the root.
5454
- Ensure your changes are adequately tested.
5555
- You can run `yarn test` in any package.
56+
- [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
5657
- We aim for around `90%` branch coverage for every PR.
5758
- 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.
5859
- Ensure you have no lint errors.

0 commit comments

Comments
 (0)