有什么简单的方法可以在带有参数的VS Code中运行python文件吗?
我知道我可以launch.json使用args关键字在文件中添加自定义配置。但是,launch.json仅仅因为我想使用不同的参数,每次修改都是很烦人的。
launch.json
args
python debugging visual-studio-code
debugging ×1
python ×1
visual-studio-code ×1