TISbackup/.vscode/launch.json
k3nny aa8a68aa80
Some checks failed
lint / docker (push) Failing after 4m47s
EOF & whitespace
2024-11-29 00:54:31 +01:00

23 lines
638 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
// "args": [
// "-ldebug",
// "backup"
// ],
"args": [
"register_existing"
],
"console": "integratedTerminal"
}
]
}