0
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2024-09-16 17:48:50 +00:00
RSS-Bridge_rss-bridge/.devcontainer/xdebug.ini
Bocki 90bf5518cb
[Core] Activate live linting in codespaces (#3293)
* [Core] Add live linting to devcontainer

* Deactivate lint on type
2023-03-08 18:39:50 +01:00

7 lines
189 B
INI

[xdebug]
xdebug.mode=develop,debug
xdebug.client_host=localhost
xdebug.client_port=9003
xdebug.start_with_request=yes
xdebug.discover_client_host=false
xdebug.log='/var/www/html/xdebug.log'