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
I have a nodejs project that I was working on a few months ago and everything was great.
In the meantime, I had upgraded VScode to latest version.
Today I came back to the project and node intellisense is not working.
I made sure the tsd files were still there, and they are, in \typings\main\ambient\node\node.d.ts
I searched around a little but didn't find much
Is this a regression?
The text was updated successfully, but these errors were encountered:
Hi, after more searching I found that this was addressed already in issue #3936
Seems like a jsconfig.json file is now needed - see instructions there
This fix did work for me.
I have a nodejs project that I was working on a few months ago and everything was great.
In the meantime, I had upgraded VScode to latest version.
Today I came back to the project and node intellisense is not working.
I made sure the tsd files were still there, and they are, in
\typings\main\ambient\node\node.d.ts
I searched around a little but didn't find much
Is this a regression?
The text was updated successfully, but these errors were encountered: