Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ missing a method.

## Tests

**New behaviour needs a test, and so does a fix.** Pure logic goes in the suite
that mirrors its path under `tests/`; anything that depends on what VS Code
actually does with a handler belongs in `fixtures/extension-host`.

A test is worth having only if it fails when the behaviour is wrong. Two habits
this repo enforces:

Expand Down