mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Add VSCode launch config for node server
Used for node debugging within VSCode
This commit is contained in:
parent
4a666705c4
commit
c5918d5531
13
.vscode/launch.json
vendored
13
.vscode/launch.json
vendored
@ -28,6 +28,19 @@
|
|||||||
"args": ["--new-map", "--dev"],
|
"args": ["--new-map", "--dev"],
|
||||||
"preLaunchTask": "Prepare Environment"
|
"preLaunchTask": "Prepare Environment"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Node: Development Server",
|
||||||
|
"type": "node",
|
||||||
|
"request": "launch",
|
||||||
|
"cwd": "${workspaceRoot}\\client",
|
||||||
|
"runtimeExecutable": "npm",
|
||||||
|
"runtimeArgs": [
|
||||||
|
"run", "start"
|
||||||
|
],
|
||||||
|
"env": {
|
||||||
|
"BROWSER": "none"
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Python: Make Release",
|
"name": "Python: Make Release",
|
||||||
"type": "python",
|
"type": "python",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user