tts-service / .vscode /launch.json
Jesus Lopez
feat: applio
a8c39f5
raw
history blame
524 Bytes
{
// 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": "App",
"type": "debugpy",
"request": "launch",
"program": "tts_service/app.py",
"args": ["--open"],
"console": "integratedTerminal",
"justMyCode": false
}
]
}