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
Uh oh!
There was an error while loading. Please reload this page.
-
Running
0.34.2and I'm finding VS Code (or likely Typescript compiler) doesn't see the$.contextcorrectly 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.tsfile. Run time it works fine, but it sees all occurrences of$.contextas 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