Visual Studio Code – Can I use VS Code's launch config to just run a specific python file and not to debug it?
In my Python project I have a module my_stuff.py which is active in my editor, but I want to execute the file main.py to run my project. -- Can I use launch.json for this? I tried a simple config like…