mirror of
https://github.com/pdxlocations/contact.git
synced 2026-06-14 18:54:48 +02:00
4f64131d2e
* almost working * likely working changes * fix width and launch * unused UI state
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": []
|
|
}
|
|
]
|
|
}
|