Add vimspector config
This commit is contained in:
parent
a18703954c
commit
11ad61c355
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"$schema": "https://puremourning.github.io/vimspector/schema/vimspector.schema.json",
|
||||
"configurations": {
|
||||
"django": {
|
||||
"adapter": "debugpy",
|
||||
"configuration": {
|
||||
"request": "launch",
|
||||
"stopOnEntry": true,
|
||||
"python": "${VIRTUAL_ENV}/bin/python",
|
||||
"program": "${workspaceRoot}/server/manage.py",
|
||||
"args": ["runserver", "--noreload"],
|
||||
"django": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"adapters": {}
|
||||
}
|
||||
Loading…
Reference in New Issue