Skip to content

Instantly share code, notes, and snippets.

@lucawen
Created July 3, 2020 21:30
Show Gist options
  • Select an option

  • Save lucawen/eed9378ea195c7a334121da2cc83d01d to your computer and use it in GitHub Desktop.

Select an option

Save lucawen/eed9378ea195c7a334121da2cc83d01d to your computer and use it in GitHub Desktop.

Revisions

  1. lucawen created this gist Jul 3, 2020.
    13 changes: 13 additions & 0 deletions runlaunch.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    {
    "name": "Run Django",
    "type": "python",
    "request": "attach",
    "pathMappings": [
    {
    "localRoot": "${workspaceFolder}",
    "remoteRoot": "/app"
    }
    ],
    "port": 3000,
    "host": "127.0.0.1",
    }