Visual Studio Code – Way to use command-line arguments with "Python: Run Python file in Terminal" in VSCode?
Command line arguments in VSCode work fine when setup in the launch.json file. But when using "Python: Run Python file in Terminal" (run, not debug), the arguments in launch.json don't seem to appear in sys.argv. Is there a way to…