Spaces:
Sleeping
Sleeping
File size: 813 Bytes
4531ec5 ad67495 4531ec5 ad67495 4531ec5 162d5c8 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": "/opt/miniconda3/envs/streamlit/bin/streamlit",
"args": [
"run",
// "app.py"
"d_app.py"
]
}
]
} |