-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Require url intellisense gone? #2923
Comments
I'm having the same issue. But mine doesn't work in Salsa or pre-Salsa. |
We are migrating to Salsa and Salsa doesn't provide this support. Moving to TypeScript/Salsa for consideration. |
This issue was moved to microsoft/TypeScript#7167 |
@mathiasdose |
👍 |
One of the features that I really liked with vscode was the folder path intellisense inside require('path') while doing NodeJs development. Now I just see a list of global variables. I don't use the new salsa, and I'm targeting ES5.
Something that might be worth mentioning is that the intellisense of the required modules is working as before.
The text was updated successfully, but these errors were encountered: