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-10-22 18:02:07 +01:00
|
|
|
// "name": "Python: Module",
|
|
|
|
"name": "Debug Wyzely Detect",
|
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
|
|
|
}
|