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 pass command line arguments to Python code when using "Python: Run Python file in Terminal"?