From 31745e43699b8fbab88362d9a456af9871dce836 Mon Sep 17 00:00:00 2001 From: Reuel Ramos Ribeiro Date: Fri, 11 Apr 2025 15:35:41 -0300 Subject: [PATCH] refactor: Remove deprecated pythonPath; redundant with settings.json anyway. --- development/vscode-example/launch.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/development/vscode-example/launch.json b/development/vscode-example/launch.json index e3100c7a..f1ebcf03 100644 --- a/development/vscode-example/launch.json +++ b/development/vscode-example/launch.json @@ -17,7 +17,6 @@ "--noreload", "--nothreading" ], - "pythonPath": "${workspaceFolder}/frappe-bench/env/bin/python", "cwd": "${workspaceFolder}/frappe-bench/sites", "env": { "DEV_SERVER": "1" @@ -29,7 +28,6 @@ "request": "launch", "program": "${workspaceFolder}/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", "args": ["frappe", "worker", "--queue", "short"], - "pythonPath": "${workspaceFolder}/frappe-bench/env/bin/python", "cwd": "${workspaceFolder}/frappe-bench/sites", "env": { "DEV_SERVER": "1" @@ -41,7 +39,6 @@ "request": "launch", "program": "${workspaceFolder}/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", "args": ["frappe", "worker", "--queue", "long"], - "pythonPath": "${workspaceFolder}/frappe-bench/env/bin/python", "cwd": "${workspaceFolder}/frappe-bench/sites", "env": { "DEV_SERVER": "1" @@ -52,7 +49,6 @@ "type": "python", "request": "launch", "program": "/home/frappe/.local/bin/honcho", - "pythonPath": "${workspaceFolder}/frappe-bench/env/bin/python", "cwd": "${workspaceFolder}/frappe-bench", "console": "internalConsole", "args": [