Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,22 @@
"DjangoDebugging"
]
},
{
"name": "Pyramid",
"type": "python",
"request": "launch",
"stopOnEntry": true,
"pythonPath": "${config.python.pythonPath}",
"program": "${config.python.pyramid.pserve}",
"args": [
"${workspaceRoot}/development.ini"
],
"debugOptions": [
"WaitOnAbnormalExit",
"WaitOnNormalExit",
"RedirectOutput"
]
},
{
"name": "Watson",
"type": "python",
Expand Down Expand Up @@ -613,6 +629,11 @@
"type": "string",
"default": "Python Test Log",
"description": "The output window name for the unit test messages, defaults to Python output window."
},
"python.pyramid.pserve": {
"type": "string",
"default": "pserve",
"description": "Path to pserve command, you can use a custom version of pserve by modifying this setting to include the full path."
}
}
}
Expand Down