Add launch.json for Django
This commit is contained in:
parent
3b544488ad
commit
38575a6d42
2 changed files with 16 additions and 0 deletions
13
.vscode/launch.json
vendored
Normal file
13
.vscode/launch.json
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Python Debugger: Django",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}\\manage.py",
|
||||
"args": ["runserver"],
|
||||
"django": true
|
||||
}
|
||||
]
|
||||
}
|
||||
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"cSpell.words": ["chartboost", "feedvault", "PGHOST", "PGPORT", "PGUSER"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue