Skip to content

Commit 1833d29

Browse files
committed
Workaround in README
1 parent 7fd5bca commit 1833d29

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88

99
## Known workaround
1010

11-
`package.yaml` contains
11+
See branch `workaround`.
12+
13+
`package.yaml` contains:
1214

1315
```yaml
1416
tests:
@@ -23,7 +25,9 @@ Downside: Higher compile times, redundant
2325
```yaml
2426
tests:
2527
demo-hls-jump-to-definition-test:
26-
source-dirs: test
28+
source-dirs:
29+
- test
30+
- src
2731
dependencies: demo-hls-jump-to-definition
2832
```
2933

0 commit comments

Comments
 (0)