Skip to content

Instantly share code, notes, and snippets.

@lucawen
Created July 3, 2020 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucawen/eed9378ea195c7a334121da2cc83d01d to your computer and use it in GitHub Desktop.
Save lucawen/eed9378ea195c7a334121da2cc83d01d to your computer and use it in GitHub Desktop.
{
"name": "Run Django",
"type": "python",
"request": "attach",
"pathMappings": [
{
"localRoot": "${workspaceFolder}",
"remoteRoot": "/app"
}
],
"port": 3000,
"host": "127.0.0.1",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment