[fix] VSCode config files add workspace to addonspath
This commit is contained in:
parent
34dfe34e4d
commit
a8d85e856b
1 changed files with 1 additions and 1 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
|
@ -10,7 +10,7 @@
|
||||||
"console": "integratedTerminal",
|
"console": "integratedTerminal",
|
||||||
"args": [
|
"args": [
|
||||||
"--database=16-nfu",
|
"--database=16-nfu",
|
||||||
"--addons-path=${config:odoo.addons_path}",
|
"--addons-path=${config:odoo.addons_path},${workspaceFolder}",
|
||||||
"--limit-time-real=0",
|
"--limit-time-real=0",
|
||||||
"--limit-time-cpu=0",
|
"--limit-time-cpu=0",
|
||||||
// "--init=",
|
// "--init=",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue