File size: 420 Bytes
37d3a3b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Python: Current File (pdb)",
            "type": "python",
            "request": "launch",
            "program": "${file}",
            "console": "integratedTerminal",
            "python": "python3.11",
            "cwd": "${workspaceFolder}",
            "env": {},
            "internalConsoleOptions": "neverOpen"
        }
    ]
}