mirror of
https://github.com/cyclotruc/gitingest.git
synced 2026-04-28 10:09:29 +00:00
12 lines
265 B
JSON
12 lines
265 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Python Debugger: Module",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"module": "server",
|
|
"args": [],
|
|
"cwd": "${workspaceFolder}/src"
|
|
}
|
|
]
|
|
}
|