Note all dependencies and built files were included in this repro for convenience purposes.
- Open up
packages/package-b/src/test.ts
- Try to
Jump to definition
onfoo
in takeover mode. For me it opens uppackages/package-a/dist/test.d.ts
. - Try to
Jump to definition
onfoo
not in takeover mode. For me it opens uppackages/package-a/src/test.ts
Ideally volar in takeover matches the behavior of the TSC server when not in takeover mode.