diff --git a/php.ini b/php.ini index 6efbd07..22f8894 100644 --- a/php.ini +++ b/php.ini @@ -5,3 +5,5 @@ max_execution_time=30 session.use_strict_mode=On realpath_cache_ttl=3600 zend.detect_unicode=Off +# Display file paths for VSCode +xdebug.file_link_format=vscode://file/%f:%l \ No newline at end of file