libvirt-webctl/.vscode/launch.json
2021-03-24 20:32:33 +00:00

12 lines
262 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
}