[Bug] - Typescript intellisense not picking up other .tsx files when importing #90823
Labels
*question
Issue represents a question, should be posted to StackOverflow (VS Code)
typescript
Typescript support issues
Steps to Reproduce:
test.tsx
into page pages/index.tsxTS Server trace
It does work if i just type it out in the document without being inside of import braces.
Looks like the difference is a
competionInfo
request is sent to the typescript server when i type in the document and i get a response with suggestions, but inside ofimport
i getTyping inside import
Typing inside document
The text was updated successfully, but these errors were encountered: