rpmlint/.vscode/launch.json

14 lines
293 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Debug",
"type": "python",
"request": "launch",
"program": "lint.py",
"console": "integratedTerminal",
"args": ["./test/binary/*.rpm"]
}
]
}