From 4240c65bbc97253d381eac1465e80a1f687f871e Mon Sep 17 00:00:00 2001 From: Pablo Rodriguez Date: Sat, 27 Jul 2024 21:10:37 -0400 Subject: [PATCH] Set link format for displaying files in VSCode --- php.ini | 2 ++ 1 file changed, 2 insertions(+) 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