1{
2 "version": "0.2.0",
3 "configurations": [
4 {
5 "name": "Python: Debug Current File",
6 "type": "python",
7 "request": "launch",
8 "program": "${file}",
9 "console": "integratedTerminal",
10 "stopOnEntry": true,
11 "justMyCode": false
12 },
13 ]
14}
15