mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +01:00
28 lines
902 B
JSON
28 lines
902 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Odoocker Debug",
|
|
"type": "python",
|
|
"request": "attach",
|
|
"host": "localhost",
|
|
"port": 8069,
|
|
"debugServer": 8071,
|
|
"justMyCode": false,
|
|
"pathMappings": [
|
|
{
|
|
"localRoot": "${workspaceFolder}/odoo/custom-addons",
|
|
"remoteRoot": "/usr/lib/python3/dist-packages/odoo/custom-addons"
|
|
},
|
|
{
|
|
"localRoot": "${workspaceFolder}/odoo/extra-addons",
|
|
"remoteRoot": "/usr/lib/python3/dist-packages/odoo/extra-addons"
|
|
},
|
|
// {
|
|
// "localRoot": "${workspaceFolder}/core/odoo",
|
|
// "remoteRoot": "/usr/bin/odoo"
|
|
// }
|
|
]
|
|
}
|
|
]
|
|
} |