mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-28 18:06:20 +02:00
add evns to launch.
This commit is contained in:
parent
b9ff172c15
commit
168507dcd4
1 changed files with 4 additions and 1 deletions
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
|
@ -14,7 +14,10 @@
|
||||||
"output": "${workspaceFolder}/server/bin/debug/neko",
|
"output": "${workspaceFolder}/server/bin/debug/neko",
|
||||||
"cwd": "${workspaceFolder}/server/",
|
"cwd": "${workspaceFolder}/server/",
|
||||||
"args": ["serve", "-d", "-c", "dev/runtime/config.yml"],
|
"args": ["serve", "-d", "-c", "dev/runtime/config.yml"],
|
||||||
"envFile": "${workspaceFolder}/server/.env.development"
|
"env": {
|
||||||
|
"DISPLAY": ":99.0",
|
||||||
|
"PION_LOG_TRACE": "all",
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue