PythonicRAG / .vscode /launch.json
jeevan
testing with other packages
abaf897
raw
history blame contribute delete
348 Bytes
Invalid JSON: Expected double-quoted property name in JSON at line 13, column 5
{
"configurations": [
{
"name": "Python Debugger: Current File",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/app.py",
"args": ["run"],
"console": "integratedTerminal",
"envFile": "${workspaceFolder}/.env",
"python": "${workspaceFolder}/.venv/bin/python",
}
]
}