2022-08-09 06:06:32 +00:00
|
|
|
{
|
|
|
|
// Use IntelliSense to learn about possible attributes.
|
|
|
|
// Hover to view descriptions of existing attributes.
|
|
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "InvenTree Server",
|
|
|
|
"type": "python",
|
|
|
|
"request": "launch",
|
|
|
|
"program": "${workspaceFolder}/InvenTree/manage.py",
|
|
|
|
"args": ["runserver"],
|
|
|
|
"django": true,
|
|
|
|
"justMyCode": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Python: Django - 3rd party",
|
|
|
|
"type": "python",
|
|
|
|
"request": "launch",
|
|
|
|
"program": "${workspaceFolder}/InvenTree/manage.py",
|
|
|
|
"args": ["runserver"],
|
|
|
|
"django": true,
|
|
|
|
"justMyCode": false
|
2024-02-02 01:02:55 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "InvenTree Frontend - Vite",
|
|
|
|
"type": "chrome",
|
|
|
|
"request": "launch",
|
|
|
|
"url": "http://localhost:5173",
|
|
|
|
"webRoot": "${workspaceFolder}/src/frontend"
|
2022-08-09 06:06:32 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|