Fix vscode dev launch config

removed the --new-map arg
This commit is contained in:
RndName 2022-03-21 15:57:44 +01:00
parent 123a44fefc
commit 78e901cbf7
No known key found for this signature in database
GPG Key ID: 5EF516FD9537F7C0

2
.vscode/launch.json vendored
View File

@ -25,7 +25,7 @@
"PYTHONPATH": ".;./pydcs",
"CORS_ALLOW_DEBUG_SERVER": "true"
},
"args": ["--new-map", "--dev"],
"args": ["--dev"],
"preLaunchTask": "Prepare Environment"
},
{