Merge branch 'master' into release/v1.8.1

This commit is contained in:
cytopia 2020-11-12 15:36:09 +01:00 committed by GitHub
commit f2929f3d08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,7 +139,7 @@ Copy/paste all of the following lines into the above created ``xdebug.ini`` file
xdebug.idekey=VSCODE
; Optional: Set to true to always auto-start xdebug
xdebug.remote_autostart=false
xdebug.remote_autostart=true
.. note:: Host os and editor specific settings are highlighted in yellow and are worth googling to get a better understanding of the tools you use and to be more efficient at troubleshooting.