Visual Studio Code – Run Button in Vs Code only allows running using debugger
When I run my code in Visual Studio Code using the run button, it is stuck on the Python Debugger: debug using launch.json. However, I just want it to run my code through the coderunner. this picture shows my problem.…