From 053de5d4401a01ee91b74c8b56a488a4cd711872 Mon Sep 17 00:00:00 2001 From: Manolis Mandrapilias <70536101+moneymanolis@users.noreply.github.com> Date: Tue, 21 Feb 2023 14:15:53 +0100 Subject: [PATCH] Chore: Little changes to vscode debugger (#2232) * change path and comment out folder * remove path variable --- .vscode/launch.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index a633ef7df..2688773be 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,10 +12,9 @@ "env": { "FLASK_APP": "cryptoadvance.specter.server:create_and_init()", "FLASK_ENV": "development", - "SPECTER_DATA_FOLDER": "~/.specter_empty", + // "SPECTER_DATA_FOLDER": "~/.specter_empty", "SPECTER_CONFIG": "DevelopmentConfig", "FLASK_DEBUG": "1", - "PATH": "./.env/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" }, "args": [ "run",