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" }, {