Код Visual Studio: запустить файл Python с аргументамиPython

Программы на Python
Гость
Код Visual Studio: запустить файл Python с аргументами

Сообщение Гость »


Is there an easy way to run a Python file inside Visual Studio Code with arguments?

I know I can add a custom configuration in the launch.json file with the args keyword. However, it is annoying to modify the launch.json file every time just because I want to use different arguments.


Источник: https://stackoverflow.com/questions/437 ... -arguments

Вернуться в «Python»