{ "version": "0.1.0", "configurations": [ { "name": "Python Debugger: main", "type": "debugpy", "request": "launch", "cwd": "${workspaceFolder}", "module": "contact.__main__", "args": [] }, { "name": "Python Debugger: tcp", "type": "debugpy", "request": "launch", "cwd": "${workspaceFolder}", "module": "contact.__main__", "args": ["--host","192.168.86.69"] } ] }