VSCode complains in jsconfig.js that node_modules/source-map/source-map can not be found

Viewed 4216

See the below error and jsconfig.json file contents: VSCode jsconfig.js error

I have no idea what the problem is... The "source-map" file the error is referring to DOES exist at the given path.

Note, that everything works fine and as expected, so the error does not seem to cause any problems.

Any help or suggestions are greatly appreciated.

Thanks!

1 Answers

Run the Developer: Reload Window command in VSCode, or close & re-open VSCode. That solved it for me.

Related