
You can go here for the extension's own documentation on launch options, with both optional and required attributes. You can go here for more information on the Visual Studio Code file variables you can use to configure your debuggers and paths. The debugger passes these in as though they you had typed: python file.py into your terminal passing each JSON string in the list to the program in order. These are the command line arguments that you pass in to your program.

In case you have installed the Python extension and manually set your interpreter already, you could configure your settings.json file as follows: ". If you want to add the Python path, you could go to File → Preference → Settings, and add the Python path like below: "code-runner.executorMap":

or click the Run Code button in the editor title menu.or right click the Text Editor and then click Run Code in the editor context menu.or press F1 and then select/type Run Code,.Open the Python code file in Text Editor.

There is a much easier way to run Python, and it doesn't need any configuration:
