Skip to content

Commit e0289bb

Browse files
Add warning about VS Code behavior
1 parent 6ee3cc3 commit e0289bb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33

44
A hot reloading pytest daemon, implemented as a plugin.
55

6+
## Notice - Busted VS Code behavior - 5/28/2024
7+
It was noted that VS Code does not properly detect tests finishing. This is due to buggy experimental behavior that you opt-in to. To opt-out, add to your settings:
8+
9+
```json
10+
"python.experiments.optOutFrom": [
11+
"pythonTestAdapter"
12+
],
13+
```
14+
615
## Features
716
- Uses the [jurigged](https://github.com/breuleux/jurigged) library to watch and hot reload files
817
- Caches test discovery in many situations

0 commit comments

Comments
 (0)