mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Add VSCode launch config for dev server
Added args and env according to the readme file. Developer still needs to run npm run start from the client dir
This commit is contained in:
parent
1207b082dc
commit
5aa358c27b
13
.vscode/launch.json
vendored
13
.vscode/launch.json
vendored
@ -15,6 +15,19 @@
|
||||
},
|
||||
"preLaunchTask": "Prepare Environment"
|
||||
},
|
||||
{
|
||||
"name": "Python: Debug",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "qt_ui\\main.py",
|
||||
"console": "integratedTerminal",
|
||||
"env": {
|
||||
"PYTHONPATH": ".;./pydcs",
|
||||
"CORS_ALLOW_DEBUG_SERVER": "true"
|
||||
},
|
||||
"args": ["--new-map", "--dev"],
|
||||
"preLaunchTask": "Prepare Environment"
|
||||
},
|
||||
{
|
||||
"name": "Python: Make Release",
|
||||
"type": "python",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user