-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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
Automatic Type Acquisition in VSCode on Ubuntu 14.04 #34191
Comments
To help investigate, please:
Can you please share this log file or look through it to see if there are any errors? Let me know if you have any questions about collecting this |
This issue has been closed automatically because it needs more information and has not had recent activity. Please refer to our guidelines for filing issues. Thank you for your contributions. |
Sorry this took so long. I checked the file and there were indeed some errors.
|
Looks like we are using an old node/npm version here:
Do you have more modern versions installed on your system? If you do, try telling VSCode where it is installed using the |
This issue has been closed automatically because it needs more information and has not had recent activity. Please refer to our guidelines for filing issues. Thank you for your contributions. |
As posted here
Steps to Reproduce:
var f = $('sdsf').
When I hit '.', Intellisense just gives me '$' and 'f'.
Also tried adding package.json with
The text was updated successfully, but these errors were encountered: