Copying values from php.ini editor

When setting up xdebug on new sites, I usually copy the base php.ini config from some previous project.

Pressing CMS-A & CMD-C (MacOS latest version) will also copy the line numbers which I then need to clean up before pasting to the new project.

1
xdebug.mode = debug
2
xdebug.start_with_request = yes
3
xdebug.client_host = 192.168.1.37
4
xdebug.client_port = 9003
5
xdebug.log = /tmp/xdebug.log

Would it be possible to adjust this behavior (it’s such a minor nitpick that I am refraining from calling it a bug)?

Hello @Gelboron :waving_hand: Welcome to the Kinsta community!

I see what you mean, I was able to replicate this.

I have reported this to our developers. To set some expectations, DevKinsta is still in maintenance/security update mode, therefore, there’s no ETA that I can provide in regards to this.

However, this has been reported as a bug and we hope to see it corrected in future releases.

Kind regards!
Vladimir M

1 Like