File size: 823 Bytes
4531ec5
ad67495
 
 
 
4531ec5
ad67495
 
 
 
 
 
 
 
4531ec5
 
 
 
c490c32
4531ec5
 
f4e57e4
da9d44b
4531ec5
ad67495
4531ec5
ad67495
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Python: Current File",
            "type": "python",
            "request": "launch",
            "program": "${file}",
            "console": "integratedTerminal"
            // "justMyCode": true
        },
        {
            "name": "debug streamlit",
            "type": "python",
            "request": "launch",
            "program": "~/miniconda3/envs/project_charles/bin/streamlit",
            "args": [
                "run",
                "ui_app.py"
                // "debug_app.py"
            ]
        }        
    ]
}