1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-24 17:22:55 +02:00

[ticket/17086] Add devcontainer configuration for Codespaces

PHPBB3-17086
This commit is contained in:
battye
2022-12-17 10:04:45 +08:00
committed by battye
parent 83b53690b5
commit 6e45a2361d
7 changed files with 170 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
zend_extension=xdebug.so
[xdebug]
xdebug.mode=develop,debug
xdebug.discover_client_host=1
xdebug.client_port=9003
xdebug.start_with_request=yes
xdebug.log='/var/log/xdebug/xdebug.log'
xdebug.connect_timeout_ms=2000
xdebug.idekey=VSCODE