Created
November 27, 2016 04:36
-
-
Save gnschenker/d9fb1654d2cb647d33427eb7060380c8 to your computer and use it in GitHub Desktop.
Launch configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Attach (Remote Debug)", | |
"type": "python", | |
"request": "attach", | |
"localRoot": "${workspaceRoot}", | |
"remoteRoot": "${workspaceRoot}", | |
"port": 3000, | |
"secret": "my_secret", | |
"host": "localhost" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment