visual-studio-codevscode-jsconfig

VSCode jsconfig.json error "node_modules/agent-base/dist/src/index" not found


Why is VSCode showing this error?

It's just a jsconfig.json file.

NOTE: I'm not using TypeScript.

enter image description here


Solution

  • Try adding "exclude": ["node_modules"] as described in the VSCode docs.

    I added this and restarted VSCode and the error message went away.