You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has been an issue for as long as I can remember.
β― Playground Link
No response
π» Code
No response
π Actual behavior
I have an issue where tsserver (using code-server ide) refuses to pick up a new file in a node_modules for the purpose of intellisense / automatic imports. It picks up every other file in the same project and even the same folder, they all work fine with intellisense and automatic imports, but it will not pick up this one new file. Looking through the logs there is a relevant line for every other file in this project, but not the one I want. Not a single result in 50000 lines of logs if I ctrl+f the file name.
Manually typing in the import statement does work - the file is definitely there and valid and the ide recognizes it and picks up the correct types if I put it in manually.
Also restarting tsserver makes no difference no matter how many times I do it.
π Expected behavior
Tsserver should pick up everything in node_modules.
Additional information about the issue
I just don't even know how to begin to debug this.
The text was updated successfully, but these errors were encountered:
We need concrete repro steps to be able to investigate issues. While an overall description is useful, we need specific and repeatable information in order to act on this.
π Search Terms
"tsserver does not pick up new files"
π Version & Regression Information
This has been an issue for as long as I can remember.
β― Playground Link
No response
π» Code
No response
π Actual behavior
I have an issue where tsserver (using code-server ide) refuses to pick up a new file in a node_modules for the purpose of intellisense / automatic imports. It picks up every other file in the same project and even the same folder, they all work fine with intellisense and automatic imports, but it will not pick up this one new file. Looking through the logs there is a relevant line for every other file in this project, but not the one I want. Not a single result in 50000 lines of logs if I ctrl+f the file name.
Manually typing in the import statement does work - the file is definitely there and valid and the ide recognizes it and picks up the correct types if I put it in manually.
Also restarting tsserver makes no difference no matter how many times I do it.
π Expected behavior
Tsserver should pick up everything in node_modules.
Additional information about the issue
I just don't even know how to begin to debug this.
The text was updated successfully, but these errors were encountered: