From 78e901cbf70def90da03978dde5a71aa5eee32c5 Mon Sep 17 00:00:00 2001 From: RndName Date: Mon, 21 Mar 2022 15:57:44 +0100 Subject: [PATCH] Fix vscode dev launch config removed the --new-map arg --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index f4113d81..cfe531b5 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -25,7 +25,7 @@ "PYTHONPATH": ".;./pydcs", "CORS_ALLOW_DEBUG_SERVER": "true" }, - "args": ["--new-map", "--dev"], + "args": ["--dev"], "preLaunchTask": "Prepare Environment" }, {