[TypeScript] Go to definition goes to *.d.ts when across project references #73201
Labels
*question
Issue represents a question, should be posted to StackOverflow (VS Code)
typescript
Typescript support issues
The issue is, with project reference, going to the generated declaration file is really inconvenient. It should be possible to go directly into the source file.
Not sure this is a dup since many issues have been reported and it's unclear whether they're fixed, or whether it's a vscode or TS issue.
Maybe it's related to microsoft/TypeScript#16792 ?
Steps to Reproduce:
gulp core; gulp animals
animals/dog.ts
go to definition
on the second line, either on the file name or the symbol nameutilities.d.ts
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: