libvirt-back/.vscode/launch.json

12 lines
262 B
JSON
Raw Normal View History

2021-03-24 23:32:33 +03:00
{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
}