{ "version": "0.2.0", "configurations": [ // { // "name": "Python: Streamlit", // "type": "python", // "request": "launch", // "program": "${workspaceFolder}/app.py", // "args": ["--name", "My Opensearch Documentation Search"], // "cwd": "${workspaceFolder}", // "env": { // "STREAMLIT_SERVER_ON": "1" // }, // } { "name": "Python:Streamlit", "type": "python", "request": "launch", "module": "streamlit", "args": [ "run", "${workspaceFolder}/app.py", "--", "--name", "Document Insights: Extractive & Generative Methods", ] } ] }