Replies: 1 comment
-
Fixed in 0.37 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Running
0.34.2
and I'm finding VS Code (or likely Typescript compiler) doesn't see the$.context
correctly in a mock if that path has its own context. The linter always sees the context as my root context so if I CMD-click into any properties or methods it just jumps to the first line of the root$.context.ts
file. Run time it works fine, but it sees all occurrences of$.context
as the root, not the path-specific one. I feel like this worked in a previous version.Beta Was this translation helpful? Give feedback.
All reactions