79387474

Date: 2025-01-25 20:36:52
Score: 2.5
Natty:
Report link

I faced the same issue and the @Adrian Mole answer helped fix it. Basically, my settings.json had the property "typescript.tsdk" like that:

"typescript.tsdk": "node_modules\\typescript\\lib",

So, I basically changed to:

"typescript.tsdk": "./node_modules/typescript/lib",

And it all worked out. Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Adrian
  • Low reputation (1):
Posted by: thfrod