tsserver go to definition doesn't work as expected when disableSourceOfProjectReferenceRedirect
is enabled
#61451
Labels
Working as Intended
The behavior described is the intended behavior; this is not a bug
🔎 Search Terms
"disableSourceOfProjectReferenceRedirect", "project references"
🕗 Version & Regression Information
⏯ Playground Link
https://github.com/Tiedye/ts-61449
💻 Code
No response
🙁 Actual behavior
Go to definition directs to the compiled d.ts
🙂 Expected behavior
Go to definition should go to the source files
Additional information about the issue
I need to use
disableSourceOfProjectReferenceRedirect
in my project as it takes a couple seconds to compile some of the projects, and tsserver doesn't seem to cache those results so every time I ask for autocompetion there is a 5 second delay. With this option there is no delayThe text was updated successfully, but these errors were encountered: