Update vimspector config
This commit is contained in:
parent
799e60e63a
commit
d288ea42bf
|
|
@ -11,6 +11,24 @@
|
||||||
"args": ["runserver", "--noreload"],
|
"args": ["runserver", "--noreload"],
|
||||||
"django": true
|
"django": true
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"pytest": {
|
||||||
|
"adapter": "debugpy",
|
||||||
|
"configuration": {
|
||||||
|
"request": "launch",
|
||||||
|
"python": "${VIRTUAL_ENV}/bin/python",
|
||||||
|
"program": "${workspaceRoot}/server/manage.py",
|
||||||
|
"args": ["test", "${relativeFile}"],
|
||||||
|
"django": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"vue": {
|
||||||
|
"adapter": "firefox",
|
||||||
|
"configuration": {
|
||||||
|
"request": "launch",
|
||||||
|
"url": "http://127.0.0.1:8000",
|
||||||
|
"webRoot": "${workspaceFolder}/client"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"adapters": {}
|
"adapters": {}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue