Download Updated Launch.json -
Used for running and debugging the script currently open in your editor.
(e.g., Python, Node.js, C++) from the dropdown menu. download launch.json
{ "version": "0.2.0", "configurations": [ { "name": "Python: Current File", "type": "python", "request": "launch", "program": "${file}", "console": "integratedTerminal" } ] } Use code with caution. C++ (GDB/LLDB) Requires the path to your compiled executable. Used for running and debugging the script currently