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
There, replace node_modules directory by a symlink to the node_modules in the original TypeScript project
Try to import something from node_modules in the copied project (for example, somethinf from @angular/core in an Angular project). The import will work (no compiler error), but there is no light bulb and no intellisense support for the import
More explanation:
We use symlinked node_modules to share them between multiple projects. It is our own solution, but tools like https://pnpm.js.org/ do similar things. So, other users might have the same issue.
I have not tested it under Linux yet. Only Win 10.
I have searched for similar issues with keyword "symlink", but I am not sure any of them matches.
I think it stopped working some months ago but unfortunately I cannot tell exactly. I am sure it worked in the past.
Does this issue occur when all extensions are disabled?: Yes