Browse Source

chore: added sphinx debug

pull/426/head
Parodi, Eugenio 🌶 9 months ago
parent
commit
626ae61483
  1. 18
      .vscode/launch.json

18
.vscode/launch.json vendored

@ -30,12 +30,12 @@
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": true,
"justMyCode": false,
"env": {
"PYTHONPATH": "libs/pyTermTk/"
},
"args": [
"tools/webExporter/js/ttkproxy.js"
"experiments/social/img2.png"
]
},
{
@ -152,5 +152,19 @@
"-t"
]
},
{
"name": "Python: sphinx",
"type": "debugpy",
"request": "launch",
"program": ".venv/bin/sphinx-build",
"console": "integratedTerminal",
"justMyCode": false,
"args": [
"docs/source", "_build"
],
"env": {
"PYTHONPATH": "libs/pyTermTk/"
},
},
]
}
Loading…
Cancel
Save