launch.json 添加

    1. {
    2. "name": "Python: Current File",
    3. "type": "python",
    4. "request": "launch",
    5. "program": "${file}"
    6. },