diff --git a/.vscode/launch.json b/.vscode/launch.json index 5fc54c75..28e6e3ac 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -14,7 +14,10 @@ "output": "${workspaceFolder}/server/bin/debug/neko", "cwd": "${workspaceFolder}/server/", "args": ["serve", "-d", "-c", "dev/runtime/config.yml"], - "envFile": "${workspaceFolder}/server/.env.development" + "env": { + "DISPLAY": ":99.0", + "PION_LOG_TRACE": "all", + } } ] }