We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
launch.json:
launch.json
{ "configurations": [ { "name": "Python: Remote Attach", "type": "python", "request": "attach", "port": 5678, "host": "localhost", "pathMappings": [ { "localRoot": "${workspaceFolder}/lms", "remoteRoot": "/app_dir/lms" } ] } ] }
Run: export DEBUGGER=True, and then . ./build.sh && . ./start.sh && . ./bootstrap.sh
export DEBUGGER=True
. ./build.sh && . ./start.sh && . ./bootstrap.sh
You can now attach VSCode to your Docker setup. glhf.