When I installed Visual Studio Code I configured it for Python. Now when I try to use it for Node.js it still thinks I am trying to debug Python.
Also it is stuck on the original launch.json file from another directory. I tried adding a configuration for Node.js, but Visual Studio Code is still using the Python launch configuration in the other directory.
Additionally the Debug pick list only has options for Python. I looked at Launch.json in Visual Studio Code, but it doesn't solve my problem.
I need help because I've been tasked to start learning Node.js.