From 576f7f9510c38ebb2b9a9c842e232803f5ec8ed7 Mon Sep 17 00:00:00 2001 From: Nigel Banks Date: Tue, 12 Nov 2024 12:54:11 +0100 Subject: [PATCH] Fixes xdebug not working on cmdline since upgrade for PHP to 8.3 --- code-server/rootfs/{php81 => php83}/conf.d/50_xdebug.ini | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename code-server/rootfs/{php81 => php83}/conf.d/50_xdebug.ini (100%) diff --git a/code-server/rootfs/php81/conf.d/50_xdebug.ini b/code-server/rootfs/php83/conf.d/50_xdebug.ini similarity index 100% rename from code-server/rootfs/php81/conf.d/50_xdebug.ini rename to code-server/rootfs/php83/conf.d/50_xdebug.ini