mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
refactor: Remove deprecated pythonPath; redundant with settings.json anyway.
This commit is contained in:
parent
14ec6b875a
commit
31745e4369
1 changed files with 0 additions and 4 deletions
|
|
@ -17,7 +17,6 @@
|
||||||
"--noreload",
|
"--noreload",
|
||||||
"--nothreading"
|
"--nothreading"
|
||||||
],
|
],
|
||||||
"pythonPath": "${workspaceFolder}/frappe-bench/env/bin/python",
|
|
||||||
"cwd": "${workspaceFolder}/frappe-bench/sites",
|
"cwd": "${workspaceFolder}/frappe-bench/sites",
|
||||||
"env": {
|
"env": {
|
||||||
"DEV_SERVER": "1"
|
"DEV_SERVER": "1"
|
||||||
|
|
@ -29,7 +28,6 @@
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "${workspaceFolder}/frappe-bench/apps/frappe/frappe/utils/bench_helper.py",
|
"program": "${workspaceFolder}/frappe-bench/apps/frappe/frappe/utils/bench_helper.py",
|
||||||
"args": ["frappe", "worker", "--queue", "short"],
|
"args": ["frappe", "worker", "--queue", "short"],
|
||||||
"pythonPath": "${workspaceFolder}/frappe-bench/env/bin/python",
|
|
||||||
"cwd": "${workspaceFolder}/frappe-bench/sites",
|
"cwd": "${workspaceFolder}/frappe-bench/sites",
|
||||||
"env": {
|
"env": {
|
||||||
"DEV_SERVER": "1"
|
"DEV_SERVER": "1"
|
||||||
|
|
@ -41,7 +39,6 @@
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "${workspaceFolder}/frappe-bench/apps/frappe/frappe/utils/bench_helper.py",
|
"program": "${workspaceFolder}/frappe-bench/apps/frappe/frappe/utils/bench_helper.py",
|
||||||
"args": ["frappe", "worker", "--queue", "long"],
|
"args": ["frappe", "worker", "--queue", "long"],
|
||||||
"pythonPath": "${workspaceFolder}/frappe-bench/env/bin/python",
|
|
||||||
"cwd": "${workspaceFolder}/frappe-bench/sites",
|
"cwd": "${workspaceFolder}/frappe-bench/sites",
|
||||||
"env": {
|
"env": {
|
||||||
"DEV_SERVER": "1"
|
"DEV_SERVER": "1"
|
||||||
|
|
@ -52,7 +49,6 @@
|
||||||
"type": "python",
|
"type": "python",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "/home/frappe/.local/bin/honcho",
|
"program": "/home/frappe/.local/bin/honcho",
|
||||||
"pythonPath": "${workspaceFolder}/frappe-bench/env/bin/python",
|
|
||||||
"cwd": "${workspaceFolder}/frappe-bench",
|
"cwd": "${workspaceFolder}/frappe-bench",
|
||||||
"console": "internalConsole",
|
"console": "internalConsole",
|
||||||
"args": [
|
"args": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue