[chore] remove .vscode files
This commit is contained in:
parent
b682301c2b
commit
870c8c7a80
3 changed files with 0 additions and 60 deletions
40
.vscode/launch.json
vendored
40
.vscode/launch.json
vendored
|
|
@ -1,40 +0,0 @@
|
|||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "odoo-dev",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"cwd": "${workspaceRoot}",
|
||||
"program": "${config:odoo.path}/odoo-bin",
|
||||
"console": "integratedTerminal",
|
||||
"args": [
|
||||
"--database=nfu_",
|
||||
"--addons-path=${config:odoo.addons_path},${workspaceFolder}",
|
||||
"--limit-time-real=0",
|
||||
"--limit-time-cpu=0",
|
||||
// "--init=",
|
||||
// "--update=",
|
||||
"--dev=xml"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "odoo-scratch",
|
||||
"type": "python",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
13
.vscode/nfu.code-workspace
vendored
13
.vscode/nfu.code-workspace
vendored
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": ".."
|
||||
},
|
||||
{
|
||||
"path": "../../../versions/16.0"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"python.languageServer": "None"
|
||||
}
|
||||
}
|
||||
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"odoo.version": "16.0",
|
||||
"odoo.path": "../../versions/${config:odoo.version}/odoo",
|
||||
"odoo.addons_path": "${config:odoo.path}/addons",
|
||||
"python.analysis.extraPaths": ["../../versions/16.0/odoo", "../../versions/16.0/OCA"],
|
||||
"python.languageServer": "None"
|
||||
}
|
||||
Loading…
Reference in a new issue