-
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
🤞 phase/openPost is being triaged manuallyPost is being triaged manually
Description
Initial checklist
- I read the support docs
- I read the contributing guide
- I agree to follow the code of conduct
- I searched issues and discussions and couldn’t find anything (or linked relevant results below)
Affected package
typescript@~5.8.3
Steps to reproduce
minimal reproduction repo: https://github.com/issues-repros/vscode-mdx-repro
- write following file
const curry2 = () => () => {}
const curry1 = curry2()
export const foo = curry1()attempt to go to definition on foo.
Actual behavior
with-mdx.mp4
cursor moves to const curry2 = () => <<() => {}>> with MDX extension enabled
Expected behavior
without-mdx.mp4
cursor correctly moves to <<const curry1 = curry2()>> (default behavior on vscode typescript extension)
Runtime
Package manager
Operating system
macOS Sequoia 15.4.1 arm64
Build and bundle tools
Vite
Metadata
Metadata
Assignees
Labels
🤞 phase/openPost is being triaged manuallyPost is being triaged manually