2023-10-13 23:44:38 +01:00
|
|
|
{
|
|
|
|
// 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": [
|
2023-11-03 00:54:55 +00:00
|
|
|
{
|
|
|
|
"name": "Quick Debug",
|
|
|
|
"type": "python",
|
|
|
|
"request": "launch",
|
|
|
|
"module": "wyzely_detect",
|
|
|
|
"args": [
|
|
|
|
"--run-scale", "0.25", "--view-scale", "0.5", "--no-remove-representations"
|
|
|
|
],
|
|
|
|
"justMyCode": true
|
|
|
|
},
|
2023-10-13 23:44:38 +01:00
|
|
|
{
|
2023-10-22 18:02:07 +01:00
|
|
|
// "name": "Python: Module",
|
2023-11-03 00:54:55 +00:00
|
|
|
"name": "Full Debug",
|
2023-10-13 23:44:38 +01:00
|
|
|
"type": "python",
|
|
|
|
"request": "launch",
|
2023-10-22 15:24:11 +01:00
|
|
|
"module": "wyzely_detect",
|
2023-10-22 22:20:57 +01:00
|
|
|
// "justMyCode": true
|
|
|
|
"justMyCode": false
|
2023-10-13 23:44:38 +01:00
|
|
|
}
|
|
|
|
]
|
2023-10-05 03:03:11 +01:00
|
|
|
}
|