[rem] vscode config
This commit is contained in:
parent
b8aa9edb80
commit
94c874f0f2
1 changed files with 0 additions and 40 deletions
40
.vscode/launch.json
vendored
40
.vscode/launch.json
vendored
|
|
@ -1,40 +0,0 @@
|
||||||
{
|
|
||||||
"version": "0.2.0",
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"name": "odoo-dev",
|
|
||||||
"type": "debugpy",
|
|
||||||
"request": "launch",
|
|
||||||
"cwd": "${workspaceRoot}",
|
|
||||||
"program": "${config:odoo.path}/odoo-bin",
|
|
||||||
"console": "integratedTerminal",
|
|
||||||
"args": [
|
|
||||||
"--database=nfu_cleanup",
|
|
||||||
"--addons-path=${config:odoo.addons_path},${workspaceFolder}",
|
|
||||||
"--limit-time-real=0",
|
|
||||||
"--limit-time-cpu=0",
|
|
||||||
// "--init=sale_management,sale_order_batch",
|
|
||||||
"--update=sale_order_batch",
|
|
||||||
"--dev=xml"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "odoo-scratch",
|
|
||||||
"type": "debugpy",
|
|
||||||
"request": "launch",
|
|
||||||
"cwd": "${workspaceRoot}",
|
|
||||||
"program": "${config:odoo.path}/odoo-bin",
|
|
||||||
"console": "integratedTerminal",
|
|
||||||
"args": [
|
|
||||||
"--database=odoo-scratch",
|
|
||||||
"--http-port=9069",
|
|
||||||
"--addons-path=${config:odoo.addons_path}",
|
|
||||||
"--limit-time-real=0",
|
|
||||||
"--limit-time-cpu=0",
|
|
||||||
// "--init=",
|
|
||||||
// "--update=",
|
|
||||||
"--dev=xml"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue