16 lines
302 B
JSON
16 lines
302 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
|
|
{
|
|
"name": "[RPA Service] RPA Dashboard (web server)",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/Dashboard.py",
|
|
"cwd": "${workspaceFolder}/",
|
|
"console": "integratedTerminal"
|
|
}
|
|
|
|
]
|
|
}
|