mirror of
https://github.com/pdxlocations/contact.git
synced 2026-03-28 17:12:35 +01:00
14 lines
301 B
JSON
14 lines
301 B
JSON
{
|
|
"version": "0.1.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Python Debugger: Current File",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"cwd": "${workspaceFolder}",
|
|
"module": "contact.__main__",
|
|
"args": []
|
|
}
|
|
]
|
|
}
|