We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c5eee commit 5872738Copy full SHA for 5872738
.devcontainer/postCreate
@@ -1,4 +1,4 @@
1
#!/bin/sh
2
set -e
3
4
-mv /usr/local/php/8.1.11/ini/conf.d/xdebug.ini /usr/local/php/8.1.11/ini/conf.d/xdebug.ini.bak
+mv /usr/local/php/current/ini/conf.d/xdebug.ini /usr/local/php/current/ini/conf.d/xdebug.ini.bak
0 commit comments